summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/fatcat_web/kafka.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/kafka.py b/python/fatcat_web/kafka.py
index 895e719f..44aac5fb 100644
--- a/python/fatcat_web/kafka.py
+++ b/python/fatcat_web/kafka.py
@@ -4,7 +4,7 @@ import requests
from fatcat_web import Config
-def kafka_pixy_produce(topic, msg, key=None, sync=True, timeout=5):
+def kafka_pixy_produce(topic, msg, key=None, sync=True, timeout=25):
"""
Simple helper to public a message to the given Kafka topic, via the
configured kafka-pixy HTTP gateway