diff options
Diffstat (limited to 'rt/lib/RT/Record.pm')
-rwxr-xr-x | rt/lib/RT/Record.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/lib/RT/Record.pm b/rt/lib/RT/Record.pm index 1cc63ec7f..634a02ec6 100755 --- a/rt/lib/RT/Record.pm +++ b/rt/lib/RT/Record.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # <sales@bestpractical.com> # # (Except where explicitly superseded by other copyright notices) @@ -668,7 +668,6 @@ sub __Value { sub _CacheConfig { { - 'cache_p' => 1, 'cache_for_sec' => 30, } } |