mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 03:08:04 +01:00
Remove an unused constant
This commit is contained in:
committed by
Jon Chambers
parent
c255355e5c
commit
5a65a46fc1
@@ -78,8 +78,6 @@ public class PushNotificationScheduler implements Managed {
|
||||
|
||||
private final int maxConcurrency;
|
||||
|
||||
private static final int PAGE_SIZE = 128;
|
||||
|
||||
NotificationWorker(final int maxConcurrency) {
|
||||
this.maxConcurrency = maxConcurrency;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user