mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
remove the max bandwidth option from DS settings while broken
This commit is contained in:
parent
7480d1e45d
commit
3c7bcf1127
1 changed files with 0 additions and 9 deletions
|
@ -863,15 +863,6 @@
|
||||||
"help": "The path to the directory assets are stored in.<br/>If this path is relative, it will be relative to the application data directory.<br/>If you change this path you will need to manually copy any existing assets from the previous directory.",
|
"help": "The path to the directory assets are stored in.<br/>If this path is relative, it will be relative to the application data directory.<br/>If you change this path you will need to manually copy any existing assets from the previous directory.",
|
||||||
"default": "",
|
"default": "",
|
||||||
"advanced": true
|
"advanced": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "max_bandwidth",
|
|
||||||
"type": "double",
|
|
||||||
"label": "Max Bandwidth Per User",
|
|
||||||
"help": "The maximum upstream bandwidth each user can use (in Mb/s).",
|
|
||||||
"placeholder": "10.0",
|
|
||||||
"default": "",
|
|
||||||
"advanced": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue