feat: Enlarged recents size

This commit is contained in:
ptrcnull 2021-10-08 16:26:25 +02:00
parent 4e0038506d
commit 7ce8dfc96d

View file

@ -25,7 +25,7 @@ func main() {
},
}
recent := make([]string, 20)
recent := make([]string, 100)
for i := range recent {
recent[i] = ""
}