hippich / Bitcoin-Poker-Room

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

Solve Issue #67: Fix showdown delay #104

Closed gg closed 13 years ago

gg commented 13 years ago

Instead of the client busy waiting for 5 seconds after a showdown, the server will delay dealing the next hand for a specified number of seconds.

Use the showdown attribute in the <delays /> node of the server config to specify the number of seconds the server should wait after a showdown before dealing the next hand. By default the showdown attribute has a value of 18, which is too long of a delay. Setting the showdown attribute to a value of 5 is suggested.