EQEmu

2006/10/31

Timeout when zoning

留個記錄 ,說不定以後會碰到類似的問題。
cbodmer in eqemulator.net----------
First of all, try optimizing your database, of course.

If that doesn't help, open world/client.cpp and jump to line 59:


...
Client::Client(EQStreamInterface* ieqs)
: autobootup_timeout(10000),
CLE_keepalive_timer(15000),
connect(1000),
eqs(ieqs)
{
...

to

...
Client::Client(EQStreamInterface* ieqs)
: autobootup_timeout(60000),
CLE_keepalive_timer(65000),
connect(1000),
eqs(ieqs)
{
...

0 Comments:

張貼留言

<< Home