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
*Description:* The `channel-args()` option is available in gRPC-based drivers. The option accepts name-value pairs and sets channel arguments defined in the GRPC Core library documentation.
This option configures the forwarding of [gRPC keepalive pings](https://grpc.io/docs/guides/keepalive/) in syslog-ng OSE.
4
+
5
+
### max-pings-without-data()
6
+
7
+
| Type:| integer|
8
+
|Default:||
9
+
10
+
*Description:* This option definies the maximum number of gRPC pings that are allowed to be sent when there is no data/header frame. Any pings succeeding this limit are not sent. Setting this option to `0` disables this restriction and keep sending pings.
11
+
12
+
### time()
13
+
14
+
| Type:| number[milliseconds]|
15
+
|Default:||
16
+
17
+
*Description:* syslog-ng OSE sends a gRPC keepalive ping after the amount of time defined in the `time()` option elapsed.
18
+
19
+
### timeout()
20
+
21
+
| Type:| number[milliseconds]|
22
+
|Default:| 10|
23
+
24
+
*Description:* The time syslog-ng OSE waits for an acknowledgement.
varcontent=startHeading.outerHTML;// Include the starting <h> element itself
369
+
varcontent='';
370
+
varheading=startHeading.outerHTML;// Include the starting <h> element itself
354
371
varnextSibling=startHeading.nextElementSibling;
355
372
356
-
// Collect all siblings until the next heading or the end of the document
357
-
// FIXME: This magic 6 must be maintained together now with generate_links.rb (and other places ?!)
373
+
// If handling a page title it will not have next sibling normally at all (we are removed and handling differently the description from the generated page)
374
+
// In that case the description is all the normal texts parts in the content, from the top (right bellow the title) to the first heading <h1-6>, try to get, it if there's any.
375
+
// If not presented, drop the whole content, return an empty one (a.k.a. do not show title only tooltips)
0 commit comments