Reduce the delay to bind server socket 37/193137/1 accepted/tizen/unified/20181122.160700 submit/tizen/20181122.030533
authorjiyong.min <jiyong.min@samsung.com>
Thu, 15 Nov 2018 05:20:22 +0000 (14:20 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 15 Nov 2018 05:20:22 +0000 (14:20 +0900)
Change-Id: I74e7a281fd7637c472a4c2a6b02f432dc99c1842

svc/media_controller_socket.c

index 75152b6..35bdcb5 100755 (executable)
@@ -74,7 +74,7 @@ int mc_ipc_create_server_socket(mc_msg_port_type_e port, int *sock_fd)
                        break;
                }
                mc_debug("%d", i);
-               MC_MILLISEC_SLEEP(250);
+               MC_MILLISEC_SLEEP(50);
        }
 
        if (bind_success == false) {