mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Increase LP cap
This commit is contained in:
parent
d6b87ac3ce
commit
83f7bc5e07
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ pub fn error_resp() -> HttpResponse {
|
|||
|
||||
// true - limit reached
|
||||
// false - all good
|
||||
const GIFT_LIMIT: usize = 100000;
|
||||
const GIFT_LIMIT: usize = 1000000;
|
||||
const LIMIT_ITEMS: i64 = 200000000;
|
||||
const LIMIT_COINS: i64 = 2000000000;
|
||||
const LIMIT_PRIMOGEMS: i64 = 2000000000;
|
||||
|
|
Loading…
Add table
Reference in a new issue