summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-21 10:09:57 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-21 10:09:57 -0400
commitd40499e7fa3d62655431f160b6909d9751dabe11 (patch)
treee02d35f7494e4ba2234de5c0b954553ff9c57709 /conf
parent67c4e5429818b501b0db5527ea38f2be75e5df55 (diff)
downloadgitea-d40499e7fa3d62655431f160b6909d9751dabe11.tar.gz
gitea-d40499e7fa3d62655431f160b6909d9751dabe11.zip
Finsih mail resend limit
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 71fe81e834..ecb0d2511f 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -61,8 +61,14 @@ USER =
PASSWD =
[cache]
+; Either "memory", "redis", or "memcache", default is "memory"
ADAPTER = memory
-CONFIG =
+; For "memory" only, GC interval in seconds, default is 60
+INTERVAL = 60
+; For "redis" and "memcache", connection host address
+; redis: ":6039"
+; memcache: "127.0.0.1:11211"
+HOST =
[log]
; Either "console", "file", "conn" or "smtp", default is "console"