mirror of https://gitee.com/bigwinds/arangodb
removed TODO
This commit is contained in:
parent
1ba3d65485
commit
2e77d31d11
|
@ -1429,8 +1429,7 @@ void ApplicationV8::shutdownV8Instance (const string& name, size_t i) {
|
|||
localContext->Enter();
|
||||
|
||||
isolate->LowMemoryNotification();
|
||||
// todo 1000 was the old V8-default, is this really good?
|
||||
while(! isolate->IdleNotification(1000)) {
|
||||
while (! isolate->IdleNotification(1000)) {
|
||||
}
|
||||
|
||||
TRI_GET_GLOBALS();
|
||||
|
|
Loading…
Reference in New Issue