remove logging, add config-settings for caching, add docs
This commit is contained in:
parent
03324d5944
commit
78f160bf0b
6 changed files with 47 additions and 96 deletions
21
docs/settings.txt
Normal file
21
docs/settings.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
settings in tytond.conf
|
||||
|
||||
[cashbook]
|
||||
# enable caching of values, stores values between
|
||||
# browser requests, speeds up the retrieval of data.
|
||||
# default: yes
|
||||
memcache = yes
|
||||
|
||||
# Enables synchronization of the cache between multiple
|
||||
# server instances.
|
||||
# default: yes
|
||||
# Requires the setting :
|
||||
# [cache]
|
||||
# clean_timeout=0
|
||||
sync = yes
|
||||
|
||||
# Enables caching of the cache key for currency rates.
|
||||
# Reduces the time required to determine the cache
|
||||
# key for currency values.
|
||||
# default: yes
|
||||
cache_currency = yes
|
Loading…
Add table
Add a link
Reference in a new issue