Fix the misspelling of burst

This commit is contained in:
Meo597 2025-06-08 14:08:25 +08:00
parent 68c3ee6e39
commit d447c4d52f
4 changed files with 18 additions and 18 deletions

View file

@ -27,9 +27,9 @@ message Config {
string master_key_log = 27;
double limit_upload_rate = 28;
sint64 limit_upload_brust = 29;
sint64 limit_upload_burst = 29;
sint64 limit_upload_after = 30;
double limit_download_rate = 31;
sint64 limit_download_brust = 32;
sint64 limit_download_burst = 32;
sint64 limit_download_after = 33;
}