blob: 1ca027ccf57719cbdaab9ca8d25e43f8da418084 [file] [log] [blame]
// Chosen to be larger than 16K.
const NUMBER_OF_WRITES = 20000;
// This must be synchronized with SimpleQueue.js, unfortunately.
const QUEUE_MAX_ARRAY_SIZE = 16384;