Skip to content

Commit

Permalink
fixup! Statistics: Count servers and clients
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed May 26, 2024
1 parent 0b72cf9 commit 731b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opal-server/opal_server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class OpalServerConfig(Confi):
)
STATISTICS_SERVER_KEEPALIVE_CHANNEL = confi.str(
"STATISTICS_SERVER_KEEPALIVE_CHANNEL",
"__opal_stats_server_hello",
"__opal_stats_server_keepalive",
description="The topic workers use to signal they exist and are alive",
)
STATISTICS_SERVER_KEEPALIVE_TIMEOUT = confi.str(
Expand Down

0 comments on commit 731b101

Please sign in to comment.