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:
commit
c7fafa0789
7 changed files with 13 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue