Browse Source

Specify that time interval units are seconds (#1311)

tags/v1.21.12.1
Sandro Santilli Lunny Xiao 9 years ago
parent
commit
5ecb369dac
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      conf/app.ini

+ 2
- 2
conf/app.ini View File

@@ -306,9 +306,9 @@ COOKIE_NAME = i_like_gitea
COOKIE_SECURE = false
; Enable set cookie, default is true
ENABLE_SET_COOKIE = true
; Session GC time interval, default is 86400
; Session GC time interval in seconds, default is 86400 (1 day)
GC_INTERVAL_TIME = 86400
; Session life time, default is 86400
; Session life time in seconds, default is 86400 (1 day)
SESSION_LIFE_TIME = 86400

[picture]


Loading…
Cancel
Save