diff options
Diffstat (limited to 'src/constants.go')
| -rw-r--r-- | src/constants.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.go b/src/constants.go index b7315024..9a5b8fa3 100644 --- a/src/constants.go +++ b/src/constants.go @@ -27,6 +27,8 @@ const ( initialDelayTac = 100 * time.Millisecond spinnerDuration = 100 * time.Millisecond previewCancelWait = 500 * time.Millisecond + previewChunkDelay = 100 * time.Millisecond + previewDelayed = 500 * time.Millisecond maxPatternLength = 300 maxMulti = math.MaxInt32 |
