Reduced friend list refresh frequency

This commit is contained in:
Pierre 2018-05-20 18:20:26 +02:00
parent 889e65e4d6
commit 98713def11

View File

@ -61,7 +61,7 @@ public class FriendRefreshLoopRunnable implements Runnable {
}
try {
object.wait(500); //TODO: increase the value
object.wait(15000);
} catch (Exception e) {
e.printStackTrace();
return; //Stop the refresh loop