Commit 6720bb97 authored by Frank Bergmann's avatar Frank Bergmann

- Increased PUT REST cache timeout from 1 to 12 hours

parent edb6e3e4
......@@ -21,7 +21,6 @@ if {[catch {
}
# Create a global cache for im_rest entries
# The cache is bound by global timeout of 1 hour currently.
ns_cache create im_rest -timeout 3600
# The cache is bound by global timeout of 12 hours currently.
ns_cache create im_rest -timeout [expr 12 * 3600]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment