minor optimization

This commit is contained in:
Miroslav Stampar
2011-12-28 15:59:30 +00:00
parent 6c49af090c
commit 37d78ffe01
3 changed files with 30 additions and 13 deletions

View File

@@ -432,3 +432,6 @@ SLOW_ORDER_COUNT_THRESHOLD = 10000
# Give up on hash recognition if nothing was found in first given number of rows
HASH_RECOGNITION_QUIT_THRESHOLD = 10000
# Size of a buffer used for log file output
BUFFERED_LOG_SIZE = 10000