mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: pull helio
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
965d94f761
commit
ad3e037555
2 changed files with 2 additions and 2 deletions
2
helio
2
helio
|
@ -1 +1 @@
|
|||
Subproject commit 438c86139eac2e6400f2aae1d46cff03b31c166f
|
||||
Subproject commit b0bed222f37934cbcaf5d293acb50ff3b022049b
|
|
@ -799,7 +799,7 @@ Service::Service(ProactorPool* pp)
|
|||
|
||||
#ifdef PRINT_STACKTRACES_ON_SIGNAL
|
||||
LOG(INFO) << "PRINT STACKTRACES REGISTERED";
|
||||
pp_.GetNextProactor()->RegisterSignal({SIGUSR1}, [this](int signal) {
|
||||
ProactorBase::RegisterSignal({SIGUSR1}, pp_.GetNextProactor(), [this](int signal) {
|
||||
LOG(INFO) << "Received " << strsignal(signal);
|
||||
base::SetVLogLevel("uring_proactor", 2);
|
||||
|
||||
|
|
Loading…
Reference in a new issue