summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cClientHandle.h')
-rw-r--r--source/cClientHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h
index abb0c14c6..6f3e3ddc0 100644
--- a/source/cClientHandle.h
+++ b/source/cClientHandle.h
@@ -17,7 +17,7 @@ public:
E_PRIORITY_NORMAL
};
- static const int MAXBLOCKCHANGEINTERACTIONS = 5;
+ static const int MAXBLOCKCHANGEINTERACTIONS = 10; // 5 didn't help, 10 seems to have done the trick
cClientHandle(const cSocket & a_Socket);
~cClientHandle();