Skip to content

Commit b02e95b

Browse files
authored
bump faucet per hour requests to 40
Update global faucet rate limit to 40 requests/hour rather than the c…
2 parents f749f9d + de1c4b1 commit b02e95b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"WINDOW_SIZE": 1440
3939
},
4040
"COMMON_TOKEN_DISBURSAL_RL": {
41-
"MAX_LIMIT": 20,
41+
"MAX_LIMIT": 40,
4242
"WINDOW_SIZE": 60
4343
}
4444
},
@@ -396,4 +396,4 @@
396396
}
397397
}
398398
]
399-
}
399+
}

0 commit comments

Comments
 (0)