mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 13:59:29 +00:00
Reduced friend list refresh frequency
This commit is contained in:
parent
889e65e4d6
commit
98713def11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user