increase pick window size for job reassignments

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1853 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-26 17:31:38 +00:00
parent 720a59cfde
commit 9038e7f603

View File

@ -27,7 +27,8 @@ private:
#endif
int nextpick;
enum { pick_window_size = 500 };
// We need a window at least as wide as the number of clients we serve.
enum { pick_window_size = 2000 };
public:
SynchronizedMap() : nextpick(0) { }