feat: Enlarged recents size
This commit is contained in:
parent
4e0038506d
commit
7ce8dfc96d
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -25,7 +25,7 @@ func main() {
|
|||
},
|
||||
}
|
||||
|
||||
recent := make([]string, 20)
|
||||
recent := make([]string, 100)
|
||||
for i := range recent {
|
||||
recent[i] = ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue