diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-08-19 19:45:31 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-08-19 19:45:31 -0700 |
commit | 087ea0176d386a4951e49bd6d71f9eb38919d776 (patch) | |
tree | d368f740dd6ab2adac6ead14c82b28377774fd2d /sesman/chansrv/xcommon.c | |
parent | f1f31fadef930442b51ce1b0ca7beef924ee0922 (diff) | |
download | xrdp-proprietary-087ea0176d386a4951e49bd6d71f9eb38919d776.tar.gz xrdp-proprietary-087ea0176d386a4951e49bd6d71f9eb38919d776.zip |
chansrv: work on image clipboard
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")); |