Increased time for game per player to 80 minutes (for testing purposes only).

This commit is contained in:
marcins78@gmail.com
2011-10-18 15:20:27 +00:00
parent 0be747f98e
commit 1e90831770
2 changed files with 5 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ public class LotroGameMediator {
private Map<String, Long> _decisionQuerySentTimes = new HashMap<String, Long>();
private Set<String> _playersPlaying = new HashSet<String>();
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

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>18 Oct. 2011</b>
- Increased the time for playing game per player to 80 minutes (for testing only).
<b>17 Oct. 2011</b>
- "Coming for the Ring" is no longed considered Free People card by the game.