diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-18 14:18:43 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-18 14:18:43 +0200 |
commit | 8e15d2962e5c990830c4d902294aa47d9ad826a3 (patch) | |
tree | 263fe3c558b8900f700136446ad50af44e083186 /bin | |
parent | 31b26a6ffc6d4369525a13e69fdfd7da44b386d3 (diff) | |
download | pykolab-8e15d2962e5c990830c4d902294aa47d9ad826a3.tar.gz |
Temporarily disable the cache for issues with multi-threading, and memory load upon high throughput
Diffstat (limited to 'bin')
-rw-r--r-- | bin/kolab_smtp_access_policy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py index 5aa9073..9e29c11 100644 --- a/bin/kolab_smtp_access_policy.py +++ b/bin/kolab_smtp_access_policy.py @@ -118,6 +118,9 @@ try: log.error(_("Kolab SMTP Access Policy Cache not writeable!")) cache = False + log.info(_("Kolab SMTP Access Policy Cache not enabled")) + cache = False + except ImportError: log.warning(_("Could not import caching library, caching disabled")) cache = False |