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:
@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user