Enable "modern" BroadcastQueue by default.
We've completed several weeks of teamfooding which has helped us gain confidence in the "modern" queue, so let's pivot it enabling it by default. Bug: 253906105 Test: TH Change-Id: Idcc7f7c930e917df37d97c5da3e8b1ffb115c9e1
This commit is contained in:
@@ -133,7 +133,7 @@ public class BroadcastConstants {
|
||||
*/
|
||||
public boolean MODERN_QUEUE_ENABLED = DEFAULT_MODERN_QUEUE_ENABLED;
|
||||
private static final String KEY_MODERN_QUEUE_ENABLED = "modern_queue_enabled";
|
||||
private static final boolean DEFAULT_MODERN_QUEUE_ENABLED = false;
|
||||
private static final boolean DEFAULT_MODERN_QUEUE_ENABLED = true;
|
||||
|
||||
/**
|
||||
* For {@link BroadcastQueueModernImpl}: Maximum number of process queues to
|
||||
|
||||
Reference in New Issue
Block a user