Turn LOG_WAITS back off in polynew.h, nw

This commit is contained in:
Ryan Holtz 2012-02-11 19:22:43 +00:00
parent b92eeb18e4
commit ac580c4848

View File

@ -44,7 +44,7 @@
#define KEEP_STATISTICS 0
// turn this on to log the reasons for any long waits
#define LOG_WAITS 1
#define LOG_WAITS 0
// number of profiling ticks before we consider a wait "long"
#define LOG_WAIT_THRESHOLD 1000