File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
meteor/server/migration/upgrades Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
281281 ] ,
282282 parts : 1 ,
283283 segments : 0 ,
284+ ignoreQuickLoop : false ,
284285 } ,
285286 } ,
286287 triggers : {
@@ -305,6 +306,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
305306 ] ,
306307 parts : 0 ,
307308 segments : 1 ,
309+ ignoreQuickLoop : false ,
308310 } ,
309311 } ,
310312 triggers : {
@@ -329,6 +331,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
329331 ] ,
330332 parts : - 1 ,
331333 segments : 0 ,
334+ ignoreQuickLoop : false ,
332335 } ,
333336 } ,
334337 triggers : {
@@ -353,6 +356,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
353356 ] ,
354357 parts : 0 ,
355358 segments : - 1 ,
359+ ignoreQuickLoop : false ,
356360 } ,
357361 } ,
358362 triggers : {
You can’t perform that action at this time.
0 commit comments