Ppchelko has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391532 )

Change subject: Increase request timeout to match kafka produce timeout
......................................................................

Increase request timeout to match kafka produce timeout

Bug: T180017
Change-Id: I4a2a03c2053db338d837a381fcfb66c0f7a5ee66
---
M EventBus.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EventBus 
refs/changes/32/391532/1

diff --git a/EventBus.php b/EventBus.php
index c1a7314..05b407b 100644
--- a/EventBus.php
+++ b/EventBus.php
@@ -27,7 +27,7 @@
 class EventBus {
 
        /** @const Default HTTP request timeout in seconds */
-       const DEFAULT_REQUEST_TIMEOUT = 5;
+       const DEFAULT_REQUEST_TIMEOUT = 10;
 
        /** @var array of EventBus instances */
        private static $instances = [];

-- 
To view, visit https://gerrit.wikimedia.org/r/391532
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a2a03c2053db338d837a381fcfb66c0f7a5ee66
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EventBus
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to