Skip to content

Commit

Permalink
more ceval search time options
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 14, 2024
1 parent 1d812d1 commit 428e5a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/ceval/src/view/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ import { onClickAway, isReadonlyProp } from 'common';

const searchTicks: [number, string][] = [
[4000, '4s'],
[6000, '6s'],
[8000, '8s'],
[10000, '10s'],
[12000, '12s'],
[15000, '15s'],
[20000, '20s'],
[30000, '30s'],
[Number.POSITIVE_INFINITY, '∞'],
];

Expand Down

0 comments on commit 428e5a8

Please sign in to comment.