mirror of https://gitee.com/bigwinds/arangodb
removed todo
This commit is contained in:
parent
2e77d31d11
commit
ac9836421d
|
@ -534,8 +534,7 @@ void ApplicationV8::exitContext (V8Context* context) {
|
||||||
TRI_ASSERT(v8::Locker::IsLocked(isolate));
|
TRI_ASSERT(v8::Locker::IsLocked(isolate));
|
||||||
|
|
||||||
isolate->LowMemoryNotification();
|
isolate->LowMemoryNotification();
|
||||||
// todo 1000 w as the old V8-default, is this really good?
|
while (! isolate->IdleNotification(1000)) {
|
||||||
while(! isolate->IdleNotification(1000)) {
|
|
||||||
}
|
}
|
||||||
|
|
||||||
localContext->Exit();
|
localContext->Exit();
|
||||||
|
|
Loading…
Reference in New Issue