New config file

This commit is contained in:
Meo597 2025-06-08 20:51:38 +08:00
parent 002da9a24b
commit 461526a265
6 changed files with 36 additions and 34 deletions

View file

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