1
0
Fork 0

removed TODO

This commit is contained in:
Jan Steemann 2014-12-15 21:47:01 +01:00
parent 1ba3d65485
commit 2e77d31d11
1 changed files with 1 additions and 2 deletions

View File

@ -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();