Page 1 of 1

Hand Histories

Posted: Tue Jul 30, 2013 1:55 pm
by viktor
I'm making a hand replay option integrated onto my website, is it possible to save ALL hand histories so they can be reviewed since the earliest date of time on the website? My friend said only the last 100 hand histories are saved, is it possible to make this unlimited? Or what would be the most efficient way of doing this? Ty.

Re: Hand Histories

Posted: Tue Jul 30, 2013 2:29 pm
by Kent Briggs
viktor wrote:I'm making a hand replay option integrated onto my website, is it possible to save ALL hand histories so they can be reviewed since the earliest date of time on the website? My friend said only the last 100 hand histories are saved, is it possible to make this unlimited? Or what would be the most efficient way of doing this? Ty.
All hand histories are saved to files by default. That's controlled by these settings in the Log Settings group:

Save history to file
Save player chat
Maximum history days

The 100 hand limit only refers to the Hand Callback Event, which caches that many hands in memory for quick single hand retrieval.

Re: Hand Histories

Posted: Tue Jul 30, 2013 2:59 pm
by viktor
Thanks.