Merge "Increase content capture buffer size to 500 Anecdotally this should cover typical messaging first screens whereas 100 events seems to be small." into rvc-dev am: 8ae0cfe36b
Change-Id: Iddd15ad16e66e04674dd9a41a0c5236571ad18b9
This commit is contained in:
@@ -346,7 +346,7 @@ public final class ContentCaptureManager {
|
||||
|
||||
|
||||
/** @hide */
|
||||
public static final int DEFAULT_MAX_BUFFER_SIZE = 100;
|
||||
public static final int DEFAULT_MAX_BUFFER_SIZE = 500; // Enough for typical busy screen.
|
||||
/** @hide */
|
||||
public static final int DEFAULT_IDLE_FLUSHING_FREQUENCY_MS = 5_000;
|
||||
/** @hide */
|
||||
|
||||
Reference in New Issue
Block a user