mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
update box
fix
This commit is contained in:
@@ -62,7 +62,6 @@ namespace NekoRay::traffic {
|
||||
}
|
||||
|
||||
void TrafficLooper::loop() {
|
||||
if (IS_NEKO_BOX) return; // TODO upstream api
|
||||
while (true) {
|
||||
auto sleep_ms = dataStore->traffic_loop_interval;
|
||||
auto user_disabled = sleep_ms == 0;
|
||||
|
||||
Reference in New Issue
Block a user