Skip to content

Commit

Permalink
Increase pairing buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
Janzert committed Dec 20, 2011
1 parent f14f5ad commit fce1bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/matchup_buffer.py
Expand Up @@ -5,8 +5,8 @@
import MySQLdb
from server_info import server_info

DEFAULT_BUFFER = 30
MAX_FILL = 100
DEFAULT_BUFFER = 60
MAX_FILL = 180

def log(msg):
timestamp = time.asctime()
Expand Down

0 comments on commit fce1bee

Please sign in to comment.