increase tracked values to 50

This commit is contained in:
Stefan Schwarz 2020-12-28 11:30:32 +01:00
parent ad6088c5f3
commit 578160db28
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
"github.com/docker/docker/client"
)
const COUNTER_SLOTS = 20
const COUNTER_SLOTS = 50
func main() {
containerName, ok := os.LookupEnv("CONTAINER_NAME")