Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / socket / client_socket_pool.cc
index 0eebd11..261e87f 100644 (file)
@@ -12,10 +12,10 @@ namespace {
 // alive.
 // TODO(ziadh): Change this timeout after getting histogram data on how long it
 // should be.
-int g_unused_idle_socket_timeout_s = 10;
+int64 g_unused_idle_socket_timeout_s = 10;
 
 // The maximum duration, in seconds, to keep used idle persistent sockets alive.
-int g_used_idle_socket_timeout_s = 300;  // 5 minutes
+int64 g_used_idle_socket_timeout_s = 300;  // 5 minutes
 
 }  // namespace