Limit reward time per segment

This commit is contained in:
Nanobyte
2021-02-26 01:57:45 +01:00
parent e86f442249
commit d6ba5684e0
4 changed files with 6 additions and 2 deletions

View File

@@ -38,5 +38,6 @@
"max": 20, // 20 requests in 15min time window
"statusCode": 200
}
}
},
"maxRewardTimePerSegmentInSeconds": 86400 // maximum time a user get rewarded in the leaderboard for a single segment
}