Set default enabled service stage to 3

This commit is contained in:
2025-09-24 13:37:16 +03:00
parent d83c822c73
commit 085bc676a0
+1 -1
View File
@@ -128,7 +128,7 @@ func main() {
}
// Get service stage
stage := 2
stage := 3
if len(flag.Args()) > 3 {
flagStr := flag.Arg(3)
_stage, err := strconv.ParseInt(flagStr, 10, 32)