forked from mirror/monocles_chat_clean
Internal ping every two minutes
This commit is contained in:
parent
efdb6a744a
commit
7af92975cc
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ public class XmppConnectionService extends Service {
|
|||
mForceDuringOnCreate.set(false);
|
||||
toggleForegroundService();
|
||||
setupPhoneStateListener();
|
||||
internalPingExecutor.scheduleAtFixedRate(this::manageAccountConnectionStatesInternal,10,10,TimeUnit.SECONDS);
|
||||
internalPingExecutor.scheduleAtFixedRate(this::manageAccountConnectionStatesInternal,120,120,TimeUnit.SECONDS);
|
||||
rescanStickers();
|
||||
//start export log service every day at given time
|
||||
ScheduleAutomaticExport();
|
||||
|
|
Loading…
Add table
Reference in a new issue