- globals init
This commit is contained in:
@@ -145,7 +145,7 @@ func init() {
|
||||
sch := &DefScheduler{}
|
||||
basesch.FixedBaseScheduler = &sch.BaseScheduler
|
||||
FixedScheduler = sch
|
||||
sch.IsReallyCallPlatformAPI = true //globals.ReallyCallPlatformAPI
|
||||
sch.IsReallyCallPlatformAPI = globals.ReallyCallPlatformAPI
|
||||
scheduler.CurrentScheduler = sch
|
||||
sch.defWorkflowConfig = []map[int]*StatusActionConfig{
|
||||
map[int]*StatusActionConfig{
|
||||
|
||||
Reference in New Issue
Block a user