Notify after setting resizing.

This commit is contained in:
clemahieu 2017-07-30 16:45:39 -05:00
commit 1a658cc1d1

View file

@ -135,9 +135,9 @@ void rai::mdb_env::handle_environment_sizing ()
open_notify.wait (lock_l);
}
mdb_env_set_mapsize (environment, environment_size);
resize_notify.notify_all ();
}
resizing = false;
resize_notify.notify_all ();
}
}