summaryrefslogtreecommitdiff
path: root/internal/showcase/rank_history.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/showcase/rank_history.go')
-rw-r--r--internal/showcase/rank_history.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/showcase/rank_history.go b/internal/showcase/rank_history.go
index 559237f..ba8594d 100644
--- a/internal/showcase/rank_history.go
+++ b/internal/showcase/rank_history.go
@@ -11,7 +11,7 @@ import (
const (
rankHistoryFilename = ".gitsyncer-showcase-rank-history.json"
- rankHistoryPoints = 5
+ rankHistoryPoints = 32 // up to 32 weekly snapshots kept in history
rankHistoryVersion = 1
)