1
0
Fork 0
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:
Roman Gershman 2024-12-10 14:09:49 +02:00
parent 965d94f761
commit ad3e037555
No known key found for this signature in database
GPG key ID: 6568CCAB9736B618
2 changed files with 2 additions and 2 deletions

2
helio

@ -1 +1 @@
Subproject commit 438c86139eac2e6400f2aae1d46cff03b31c166f
Subproject commit b0bed222f37934cbcaf5d293acb50ff3b022049b

View file

@ -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);