Skip to content

Commit 1ad15db

Browse files
author
Mario Macias
authored
Corrected doc
1 parent b3c3732 commit 1ad15db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following environment variables are available to configure the NetObserv eBF
1717
* `SAMPLING` (default: disabled). Rate at which packets should be sampled and sent to the target
1818
collector. E.g. if set to 10, one out of 10 packets, on average, will be sent to the target
1919
collector.
20-
* `CACHE_MAX_FLOWS` (default: `1000`). Number of flows that can be accumulated in the accounting
20+
* `CACHE_MAX_FLOWS` (default: `5000`). Number of flows that can be accumulated in the accounting
2121
cache. If the accounter reaches the max number of flows, it flushes them to the collector.
2222
* `CACHE_ACTIVE_TIMEOUT` (default: `5s`). Duration string that specifies the maximum duration
2323
that flows are kept in the accounting cache before being flushed to the collector.

0 commit comments

Comments
 (0)