[MediaWiki-commits] [Gerrit] mediawiki...EventBus[wmf/1.31.0-wmf.8]: Increase request timeout to match kafka produce timeout

2017-11-15 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/391535 )

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(-)

Approvals:
  Mobrovac: Looks good to me, but someone else must approve
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



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/391535
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4a2a03c2053db338d837a381fcfb66c0f7a5ee66
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EventBus
Gerrit-Branch: wmf/1.31.0-wmf.8
Gerrit-Owner: Ppchelko 
Gerrit-Reviewer: Mobrovac 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki...EventBus[wmf/1.31.0-wmf.8]: Increase request timeout to match kafka produce timeout

2017-11-15 Thread Ppchelko (Code Review)
Ppchelko has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391535 )

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/35/391535/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/391535
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: wmf/1.31.0-wmf.8
Gerrit-Owner: Ppchelko 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits