Skip to content

Commit

Permalink
Updated loader limit default to be 10k - influxdb 1.2 silently trunca…
Browse files Browse the repository at this point in the history
…tes series lists over 10k
  • Loading branch information
Dan committed Feb 8, 2017
1 parent 16890a9 commit 5e8b6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxgraph/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
_INFLUXDB_CLIENT_PARAMS = {'epoch': 's'}
SERIES_LOADER_MUTEX_KEY = 'influxgraph_series_loader'
MEMCACHE_SERIES_DEFAULT_TTL = 1800
LOADER_LIMIT = 100000
LOADER_LIMIT = 10000
# Fill params like 'null' that leave gaps are not valid for use with Graphite
# API and are purposefully not included here
FILL_PARAMS = ['previous', 'linear']
Expand Down

0 comments on commit 5e8b6d0

Please sign in to comment.