Skip to content

Commit

Permalink
Use Symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Sep 30, 2020
1 parent b2a62d0 commit 17c4435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { filter, mergeScan, map, scan, distinctUntilChanged, startWith } from 'r
import { SavedObjectsErrorHelpers } from '../../../../../src/core/server';
import { Logger } from '../types';

const FLUSH_MARKER: string = 'FLUSH';
const FLUSH_MARKER = Symbol('flush');
export const ADJUST_THROUGHPUT_INTERVAL = 10 * 1000;

// When errors occur, reduce maxWorkers by MAX_WORKERS_DECREASE_PERCENTAGE
Expand Down

0 comments on commit 17c4435

Please sign in to comment.