You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hint='Path to control socket for controller commands.',
183
183
)
184
+
self.add_config_option(
185
+
section='ping',
186
+
key='count',
187
+
default_value=0,
188
+
value_type='int',
189
+
hint='Number of pings to send. If unspecified here or in a config file pings will be continuously sent until interrupted.',
190
+
)
191
+
self.add_config_option(
192
+
section='ping',
193
+
key='delay',
194
+
default_value=0,
195
+
value_type='float',
196
+
hint='The delay (in seconds) to wait between pings. If unspecified here or in a config file pings will be sent as soon as the previous response is received.',
0 commit comments