mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-26 21:24:14 +00:00
Fix the misspelling of burst
This commit is contained in:
parent
68c3ee6e39
commit
d447c4d52f
4 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue