Skip to content

Commit

Permalink
bump chunk size to 150 from 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dawson committed May 20, 2015
1 parent e71e781 commit e9d127f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions treeherder/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@
# data job ingestion.
# If TreeherderCollections are larger, they will be chunked
# to this size.
BUILDAPI_PENDING_CHUNK_SIZE = 50
BUILDAPI_RUNNING_CHUNK_SIZE = 50
BUILDAPI_BUILDS4H_CHUNK_SIZE = 50
BUILDAPI_PENDING_CHUNK_SIZE = 150
BUILDAPI_RUNNING_CHUNK_SIZE = 150
BUILDAPI_BUILDS4H_CHUNK_SIZE = 150

PARSER_MAX_STEP_ERROR_LINES = 100
PARSER_MAX_SUMMARY_LINES = 200
Expand Down

0 comments on commit e9d127f

Please sign in to comment.