summaryrefslogtreecommitdiff
path: root/service/OneService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'service/OneService.cpp')
-rw-r--r--service/OneService.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 460eb1c9..0c9b0b8e 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -864,10 +864,6 @@ public:
}
}
- // Start two background threads to handle expensive ops out of line
- Thread::start(_node);
- Thread::start(_node);
-
_nextBackgroundTaskDeadline = 0;
uint64_t clockShouldBe = OSUtils::now();
_lastRestart = clockShouldBe;