Commit 111c6e40 authored by Thai Nguyen's avatar Thai Nguyen
Browse files

Change timeout to 20K

parent f92f7d2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

#include "glog/logging.h"

const uint32_t SOCKET_TIMEOUT = 10000;  //10 seconds
const uint32_t SOCKET_TIMEOUT = 20000;  //10 seconds

namespace kinetic {