graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #01710
Re: [Question #178175]: What determines the webapp graph caching?
Question #178175 on Graphite changed:
https://answers.launchpad.net/graphite/+question/178175
Status: Open => Answered
chrismd proposed the following answer:
You can customize the caching behavior per-request by specifying the
cacheTimeout query-string parameter. It is the number of seconds graphs
will be cached for, it defaults to DEFAULT_CACHE_DURATION, which
defaults to 60 seconds. Just set DEFAULT_CACHE_DURATION to whatever you
want the default to be in your local_settings.py and you should be good
to go.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.