diff options
author | Justin Clark-Casey (justincc) | 2011-06-11 00:10:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-06-11 00:10:40 +0100 |
commit | c7cef650db6bbbabfefa7a2fb47a028147b7e822 (patch) | |
tree | e30ea9f94a76b5aa5a131cf6ebfd419ac0adadc6 /bin | |
parent | Make the internal flotsam asset cache defaults match config-include/FlotsamCa... (diff) | |
download | opensim-SC_OLD-c7cef650db6bbbabfefa7a2fb47a028147b7e822.zip opensim-SC_OLD-c7cef650db6bbbabfefa7a2fb47a028147b7e822.tar.gz opensim-SC_OLD-c7cef650db6bbbabfefa7a2fb47a028147b7e822.tar.bz2 opensim-SC_OLD-c7cef650db6bbbabfefa7a2fb47a028147b7e822.tar.xz |
Make it clear that WaitOnInprogressTimeout is currently a dead setting in FlotsamCache.ini.example
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example index 1f2bf03..ad38ad1 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -38,6 +38,7 @@ | |||
38 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how | 38 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how |
39 | ; long (in miliseconds) to block a request thread while trying to complete | 39 | ; long (in miliseconds) to block a request thread while trying to complete |
40 | ; an existing write to disk. | 40 | ; an existing write to disk. |
41 | ; NOTE: THIS PARAMETER IS NOT CURRENTLY USED BY THE CACHE | ||
41 | ; WaitOnInprogressTimeout = 3000 | 42 | ; WaitOnInprogressTimeout = 3000 |
42 | 43 | ||
43 | ; Number of tiers to use for cache directories (current valid | 44 | ; Number of tiers to use for cache directories (current valid |