Decrease timeout of client socket 55/290655/1
authorilho kim <ilho159.kim@samsung.com>
Thu, 30 Mar 2023 05:54:53 +0000 (14:54 +0900)
committerilho kim <ilho159.kim@samsung.com>
Thu, 30 Mar 2023 07:44:59 +0000 (16:44 +0900)
commit2bb79cf522986c69559d012a56b5e21b9c175bd8
treef3721b8fa0ff16414431fa6f050e9d20dee0eb7c
parent11c747945a88ae89a81fd7434c7150979c62ecb6
Decrease timeout of client socket

The timeout was increased because the request received before the cache
creation is completed is delayed, but not the request is received after
the cache creation is completed, so the value is reduce again

Change-Id: Id208b540a6fbc94cc1094a2aa68046eaba99cb46
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
src/common/socket/client_socket.cc