This commit is contained in:
Meo597 2025-06-08 21:31:06 +08:00
parent 707a226667
commit 08944b735b
3 changed files with 9 additions and 9 deletions

View file

@ -31,7 +31,7 @@ message Config {
}
message LimitFallback {
uint64 bytes_per_sec = 1;
uint64 burst_bytes_per_sec = 2;
uint64 after_bytes = 3;
uint64 after_bytes = 1;
uint64 bytes_per_sec = 2;
uint64 burst_bytes_per_sec = 3;
}