mirror of https://gitee.com/bigwinds/arangodb
when we DO_NOTHING tell the implementer he may stop invoking us (#8201)
This commit is contained in:
parent
2b956d5b79
commit
08c3710c29
|
@ -3075,6 +3075,7 @@ bool Heap::PerformIdleTimeAction(GCIdleTimeAction action,
|
|||
break;
|
||||
}
|
||||
case DO_NOTHING:
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue