summaryrefslogtreecommitdiff
path: root/src/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants.go b/src/constants.go
index ececdb97..6f56fd58 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -29,6 +29,10 @@ const (
maxPatternLength = 1000
maxMulti = math.MaxInt32
+ // Background processes
+ maxBgProcesses = 30
+ maxBgProcessesPerAction = 3
+
// Matcher
numPartitionsMultiplier = 8
maxPartitions = 32