Skip to content

Commit

Permalink
Issue ooici#198 - Increase default data container size to 8 MB.
Browse files Browse the repository at this point in the history
  • Loading branch information
lldaj committed Jul 30, 2014
1 parent ad880ff commit ede302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage_model/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CoverageConfig(object):
_default_span_id_db_key = 'span_address'
_default_span_coverage_id_db_key = 'coverage_id'
_default_storage_location = None
_default_ideal_span_size = 100
_default_ideal_span_size = 8*1024*1024 # in bytes

def __init__(self):
self.ordered_time_key_preferences = self._default_ordered_time_key_preferences
Expand Down

0 comments on commit ede302a

Please sign in to comment.