fixed load/save of chat history for distant chat

This commit is contained in:
csoler 2019-10-14 00:07:11 +02:00
parent 09343e9179
commit b3156223af
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 18 additions and 8 deletions

View file

@ -113,7 +113,7 @@ int p3GxsTunnelService::tick()
flush() ;
rstime::rs_usleep(1000*200);
rstime::rs_usleep(1000*500);
return 0 ;
}