There was an error while loading. Please reload this page.
2 parents 863689b + 1103fb3 commit 284460eCopy full SHA for 284460e
1 file changed
stloader/loader.go
@@ -20,7 +20,7 @@ var DefaultSymbols = []string{"⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "
20
// Default configuration values
21
const (
22
DefaultSpinInterval = 200 * time.Millisecond
23
- DefaultShineInterval = 32 * time.Millisecond
+ DefaultShineInterval = 80 * time.Millisecond
24
)
25
26
// LoaderConfig holds configuration options for the loader
0 commit comments