Skip to content

Commit 72338c8

Browse files
committed
Updated README with the latest additions.
1 parent 9e644c2 commit 72338c8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,33 @@ A list of filters that will be applied to javascript.
148148
The dotted path to a Django Storage backend to be used to save the
149149
compressed files.
150150

151+
``COMPRESS_REBUILD_TIMEOUT``
152+
----------------------------
153+
154+
:Default: ``2592000`` (30 days in seconds)
155+
156+
The period of time after which the the compressed files are rebuilt even if
157+
no file changes are detected.
158+
159+
``COMPRESS_MINT_DELAY``
160+
------------------------
161+
162+
:Default: ``30`` (seconds)
163+
164+
The upper bound on how long any compression should take to run. Prevents
165+
dog piling, should be a lot smaller than ``COMPRESS_REBUILD_TIMEOUT``.
166+
167+
168+
``COMPRESS_MTIME_DELAY``
169+
------------------------
170+
171+
:Default: ``None``
172+
173+
The amount of time (in seconds) to cache the result of the check of the
174+
modification timestamp of a file. Disabled by default. Should be smaller
175+
than ``COMPRESS_REBUILD_TIMEOUT`` and ``COMPRESS_MINT_DELAY``.
176+
177+
151178
Dependecies
152179
***********
153180

0 commit comments

Comments
 (0)