1
0
Fork 0

removed todo

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

View File

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