mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Counter added lock compatibility
This commit is contained in:
parent
801227fde1
commit
63d58305a9
@ -57,7 +57,7 @@ GROUP = None
|
|||||||
# Be carreful if your site have to many pastes this can hurt your hard drive performances.
|
# Be carreful if your site have to many pastes this can hurt your hard drive performances.
|
||||||
# Refresh counter interval. Default to every minute after a paste.
|
# Refresh counter interval. Default to every minute after a paste.
|
||||||
DISPLAY_COUNTER = True
|
DISPLAY_COUNTER = True
|
||||||
REFRESH_COUNTER = 1 * 1
|
REFRESH_COUNTER = 60 * 1
|
||||||
|
|
||||||
# Names/links to insert in the menu bar.
|
# Names/links to insert in the menu bar.
|
||||||
# Any link with "mailto:" will be escaped to prevent spam
|
# Any link with "mailto:" will be escaped to prevent spam
|
||||||
|
Loading…
Reference in New Issue
Block a user