mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-09 08:28:44 +01:00
Raises the check interval to a more reasonable level.
This commit is contained in:
parent
5f6fab2b70
commit
2f27f8efdd
@ -211,7 +211,7 @@ public class BaseActivity extends AppCompatActivity {
|
||||
});
|
||||
} else {
|
||||
// Start up the MessagingService on a repeating interval for "pull" notifications.
|
||||
long checkInterval = 60 * 1000; // * 10;
|
||||
long checkInterval = 60 * 1000 * 5;
|
||||
AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
|
||||
Intent intent = new Intent(this, MessagingService.class);
|
||||
final int SERVICE_REQUEST_CODE = 8574603; // This number is arbitrary.
|
||||
|
Loading…
x
Reference in New Issue
Block a user