Skip to content

Commit 7644adb

Browse files
author
Bilal Al
committed
polish
1 parent 6ef1e32 commit 7644adb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/main/java/io/split/engine/common/SyncManagerImp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ private void startPollingMode() {
212212
case STREAMING_DOWN:
213213
_log.info("Streaming service temporarily unavailable, working in polling mode.");
214214
_pushManager.stopWorkers();
215-
// if the whole SDK is being shutdown, don't start polling, in case the polling threads are not terminated and a graceful shutdown will fail.
215+
// if the whole SDK is being shutdown, don't start polling,
216+
// in case the polling threads are not terminated and a graceful shutdown will fail.
216217
if(_shuttedDown.get()) {
217218
break;
218219
}

0 commit comments

Comments
 (0)