hippich / Bitcoin-Poker-Room

Sources for Bitcoin Poker Room.
http://betco.in
Other
132 stars 88 forks source link

Fix issue #111 - Implement respawn_interval #113

Closed gg closed 13 years ago

gg commented 13 years ago

The respawn_interval column (in tourneys_schedule) is the time in minutes between successive tournament instances being open for registration.

Each tournament entry in tourneys_schedule is limited to a single running tournament instance. In other words, a new tournament instance is spawned only if the previous instance is no longer running (i.e. the previous instance was completed or canceled).