continue work on vars

This commit is contained in:
2022-11-11 21:12:31 +02:00
parent d08f314cf1
commit 1cb1bdfbd8
2 changed files with 14 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ import (
"k8s.io/apimachinery/pkg/util/wait"
)
const SendQueueLimit = 1024
var SendQueueLimit = 1024
// wrapper to force copying before use
func backoff() wait.Backoff {