We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514b479 commit 0434e15Copy full SHA for 0434e15
libraries/chain/controller.cpp
@@ -4472,7 +4472,7 @@ struct controller_impl {
4472
}
4473
// Break every ~500ms to allow other tasks (e.g. get_info, SHiP) opportunity to run. There is a post
4474
// for every incoming blocks; enough posted tasks to apply all blocks queued to the fork db.
4475
- if (!replaying && fc::time_point::now() - start > fc::microseconds(500))
+ if (!replaying && fc::time_point::now() - start > fc::milliseconds(500))
4476
break;
4477
4478
} catch ( const std::bad_alloc& ) {
0 commit comments