Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

remove stray SIGUSR1 #7478

Merged
merged 2 commits into from
Jun 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/producer_plugin/producer_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ bool producer_plugin_impl::maybe_produce_block() {
return false;
} FC_LOG_AND_DROP();
} catch ( boost::interprocess::bad_alloc&) {
raise(SIGUSR1);
chain_plugin::handle_db_exhaustion();
return false;
}

Expand Down