diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-09-08 22:12:22 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-09-08 22:12:22 -0700 |
commit | 3399b953ebd331c7d250e2be1e9a92fe4b48f7c3 (patch) | |
tree | a0b61b8aa7939775646f2ec459ab5775ccb2aeba /sesman/chansrv/xcommon.c | |
parent | 38465ae214895dfff10ca25b3e8e7c9f9ee5b1ff (diff) | |
parent | 3cedfae76a2351bc8b1e5bd2ee33bbf8630dbacf (diff) | |
download | xrdp-proprietary-3399b953ebd331c7d250e2be1e9a92fe4b48f7c3.tar.gz xrdp-proprietary-3399b953ebd331c7d250e2be1e9a92fe4b48f7c3.zip |
Merge branch 'master' of github.com:FreeRDP/xrdp
Diffstat (limited to 'sesman/chansrv/xcommon.c')
-rw-r--r-- | sesman/chansrv/xcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/xcommon.c b/sesman/chansrv/xcommon.c index 5510a055..70b52694 100644 --- a/sesman/chansrv/xcommon.c +++ b/sesman/chansrv/xcommon.c @@ -164,7 +164,7 @@ xcommon_check_wait_objs(void) { time_diff = xcommon_get_local_time() - g_waiting_for_data_response_time; - if (time_diff > 1000) + if (time_diff > 10000) { LOGM((LOG_LEVEL_ERROR, "xcommon_check_wait_objs: warning, " "waiting for data response too long")); |