summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.h
diff options
context:
space:
mode:
authormtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-28 12:27:36 +0100
committermtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-28 12:27:36 +0100
commit03f86ad3fcb6503e642119aa7dd292fc0848be53 (patch)
treea4f3dbc34ed571cc42ab10508d3738dee2457eb0 /source/cClientHandle.h
parentLittle improvement to save some cpu time but it´s still very heavy cpu load (diff)
downloadcuberite-03f86ad3fcb6503e642119aa7dd292fc0848be53.tar
cuberite-03f86ad3fcb6503e642119aa7dd292fc0848be53.tar.gz
cuberite-03f86ad3fcb6503e642119aa7dd292fc0848be53.tar.bz2
cuberite-03f86ad3fcb6503e642119aa7dd292fc0848be53.tar.lz
cuberite-03f86ad3fcb6503e642119aa7dd292fc0848be53.tar.xz
cuberite-03f86ad3fcb6503e642119aa7dd292fc0848be53.tar.zst
cuberite-03f86ad3fcb6503e642119aa7dd292fc0848be53.zip
Diffstat (limited to '')
-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();