~neilschelly/graphite/dyn

« back to all changes in this revision

Viewing changes to carbon/lib/carbon/conf.py

  • Committer: Aman Gupta
  • Date: 2011-07-28 23:43:42 UTC
  • Revision ID: aman@tmm1.net-20110728234342-1vxvtj4n6ndo2wt8
Fix default whitelists path

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
defaults = dict(
30
30
  LOCAL_DATA_DIR="/opt/graphite/storage/whisper/",
31
 
  WHITELISTS_DIR="/opt/graphite/storage/",
 
31
  WHITELISTS_DIR="/opt/graphite/storage/lists/",
32
32
  USER="",
33
33
  MAX_CACHE_SIZE='inf',
34
34
  MAX_UPDATES_PER_SECOND=1000,