mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Merge branch 'master' of gitlab.com:MrFry/mrfrys-node-server into master
This commit is contained in:
@@ -45,7 +45,7 @@ const testUsersFile = 'data/testUsers.json'
|
||||
|
||||
// other constants
|
||||
const maxVeteranPwGetCount = 10
|
||||
const addPWPerDay = 1 // every x day a user can give a pw
|
||||
const addPWPerDay = 3 // every x day a user can give a pw
|
||||
const maxPWCount = 6 // maximum pw give opportunities a user can have at once
|
||||
// const daysAfterUserGetsPWs = 2 // days after user gets pw-s
|
||||
|
||||
|
Reference in New Issue
Block a user