##// END OF EJS Templates
Extend PoW lifetime to 5 mins
neko259 -
r1447:237dee1d default
parent child Browse files
Show More
@@ -23,7 +23,7 b' import boards.settings as board_settings'
23 23 import neboard
24 24
25 25 POW_HASH_LENGTH = 16
26 POW_LIFE_MINUTES = 1
26 POW_LIFE_MINUTES = 5
27 27
28 28 REGEX_TAGS = re.compile(r'^[\w\s\d]+$', re.UNICODE)
29 29 REGEX_USERNAMES = re.compile(r'^[\w\s\d,]+$', re.UNICODE)
General Comments 0
You need to be logged in to leave comments. Login now