You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "MaxIdleTime match queries that have benn idle for longer then this time. (--idle-time flag)",
687
+
Type: []string{"integer"},
688
+
Format: "int32",
689
+
},
690
+
},
691
+
"maxQueryTime": {
692
+
SchemaProps: spec.SchemaProps{
693
+
Description: "MaxQueryTime match queries that have been running for longer then this time. (--busy-time flag)",
694
+
Type: []string{"integer"},
695
+
Format: "int32",
696
+
},
697
+
},
698
+
"kill": {
699
+
SchemaProps: spec.SchemaProps{
700
+
Description: "Kill represents the mode of which the matching queries in each class will be killed, (the --victims flag). Can be one of oldest|all|all-but-oldest",
701
+
Type: []string{"string"},
702
+
Format: "",
703
+
},
704
+
},
705
+
"killMode": {
706
+
SchemaProps: spec.SchemaProps{
707
+
Description: "KillMode can be: `connection` or `query`, when it's used `connection` means that when a query is matched the connection is killed (using --kill flag) and if it's used `query` means that the query is killed (using --kill-query flag)",
708
+
Type: []string{"string"},
709
+
Format: "",
710
+
},
711
+
},
712
+
"ignoreDb": {
713
+
SchemaProps: spec.SchemaProps{
714
+
Description: "IgnoreDb is the lost of tatabase that are ignored by pt-kill (--ignore-db flag)",
0 commit comments