update box

fix
This commit is contained in:
arm64v8a
2022-09-29 10:01:46 +08:00
parent 0b783d9130
commit 811be931cd
10 changed files with 85 additions and 45 deletions

View File

@@ -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;