We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bffff commit 98148caCopy full SHA for 98148ca
projects/lib/src/uciengine.h
@@ -54,7 +54,7 @@ class LIB_EXPORT UciEngine : public ChessEngine
54
virtual void parseLine(const QString& line);
55
virtual void sendOption(const QString& name, const QVariant& value);
56
virtual bool isPondering() const;
57
- virtual int getMaxNetLagMs() const { return isCuteseal() ? 30000 : 0; } // allow 30 secs on cuteseal
+ virtual int getMaxNetLagMs() const { return isCuteseal() ? 600000 : 0; } // allow 600 secs on cuteseal
58
59
private:
60
enum PonderState
0 commit comments