36,000 players and Too many players registered?

Report bugs found in Poker Mavens
Post Reply
coyote
Posts: 29
Joined: Wed Sep 30, 2009 4:10 am

36,000 players and Too many players registered?

Post by coyote »

I have a problem with the numbers of players registered *
I have more than 36,000 players and I can no longer displayed the
the top players to csv and import does not work
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: 36,000 players and Too many players registered?

Post by Kent Briggs »

coyote wrote:I have a problem with the numbers of players registered *
I have more than 36,000 players and I can no longer displayed the
the top players to csv and import does not work
I don't know what you are referring to. There is no CSV import/export function in Poker Mavens for player accounts. Are you talking about some API code that you are running?
coyote
Posts: 29
Joined: Wed Sep 30, 2009 4:10 am

Re: 36,000 players and Too many players registered?

Post by coyote »

Yes it is an API code that I put up
top players and the code is taken from your example
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: 36,000 players and Too many players registered?

Post by Kent Briggs »

coyote wrote:Yes it is an API code that I put up
top players and the code is taken from your example
The "Chip Leaders" code from the API Examples page?

http://www.briggsoft.com/docs/pmavens/A ... ip_leaders

I just setup 50,000 accounts on my local test system and it worked fine there. What exactly isn't working on your system?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: 36,000 players and Too many players registered?

Post by Kent Briggs »

I bet I know what it is. Check your API.php file for this line:

curl_setopt($curl,CURLOPT_TIMEOUT,30);

Change 30 to a higher number. You're probably fetching so much data that it's timing out after 30 seconds.
Post Reply