From 1e90831770e09d5483538095b214d901317812c3 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Tue, 18 Oct 2011 15:20:27 +0000 Subject: [PATCH] Increased time for game per player to 80 minutes (for testing purposes only). --- .../main/java/com/gempukku/lotro/game/LotroGameMediator.java | 3 ++- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroGameMediator.java b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroGameMediator.java index 06951c5ea..a6e795db5 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroGameMediator.java +++ b/gemp-lotr/gemp-lotr-server/src/main/java/com/gempukku/lotro/game/LotroGameMediator.java @@ -20,7 +20,8 @@ public class LotroGameMediator { private Map _decisionQuerySentTimes = new HashMap(); private Set _playersPlaying = new HashSet(); - private final int _maxSecondsForGamePerPlayer = 60 * 40; // 40 minutes + private final int _maxSecondsForGamePerPlayer = 60 * 80; // 80 minutes + // private final int _maxSecondsForGamePerPlayer = 60 * 40; // 40 minutes private final int _channelInactivityTimeoutPeriod = 1000 * 60 * 5; // 5 minutes private final int _playerDecisionTimeoutPeriod = 1000 * 60 * 10; // 10 minutes diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index d911cbc3c..c5e6d9486 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,4 +1,7 @@
+18 Oct. 2011
+- Increased the time for playing game per player to 80 minutes (for testing only).
+
 17 Oct. 2011
 - "Coming for the Ring" is no longed considered Free People card by the game.