Reduce progress verbosity

This commit is contained in:
Rodrigo Arias 2022-09-30 12:09:38 +02:00
parent a9c3d016ed
commit 3f3c3c8f34

View File

@ -468,7 +468,7 @@ emulate(struct ovni_emu *emu)
hook_post(emu);
if (i >= 50000) {
if (i >= 100000) {
print_progress(emu);
i = 0;
}