[Octopus] modify project to SpringBoot version
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
||||
ExecOmType = "EXECUTOR"
|
||||
StatusOmType = "STATUS"
|
||||
InitOmType = "INIT"
|
||||
AgentOmType = "AGENT"
|
||||
)
|
||||
|
||||
var pool, _ = ants.NewPool(100, ants.WithNonblocking(false), ants.WithLogger(logger2.Log), ants.WithMaxBlockingTasks(30), ants.WithDisablePurge(true))
|
||||
|
||||
Reference in New Issue
Block a user