Increased time for game per player to 80 minutes (for testing purposes only).
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user