summaryrefslogtreecommitdiffstats
path: root/glances/plugins/containers/glances_podman.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/plugins/containers/glances_podman.py')
-rw-r--r--glances/plugins/containers/glances_podman.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/plugins/containers/glances_podman.py b/glances/plugins/containers/glances_podman.py
index f2038343..f2476754 100644
--- a/glances/plugins/containers/glances_podman.py
+++ b/glances/plugins/containers/glances_podman.py
@@ -91,7 +91,7 @@ class PodmanPodStatsFetcher:
# Threaded Streamer
# Temporary patch to get podman extension working
stats_iterable = (pod_manager.stats(decode=True) for _ in iter(int, 1))
- self._streamer = StatsStreamer(stats_iterable, initial_stream_value={})
+ self._streamer = StatsStreamer(stats_iterable, initial_stream_value={}, sleep_duration=2)
def _log_debug(self, msg, exception=None):
logger.debug("containers (Podman): Pod Manager - {} ({})".format(msg, exception))