From b54b7f6455c2c55682416e842445c78a1b52ffbd Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sun, 12 Feb 2012 17:15:02 -0500 Subject: [PATCH] Up webapi timeouts so resolving can finish --- src/web/api_v1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/api_v1.cpp b/src/web/api_v1.cpp index 65f177cc3..9a3897855 100644 --- a/src/web/api_v1.cpp +++ b/src/web/api_v1.cpp @@ -301,9 +301,9 @@ Api_v1::get_results( QxtWebRequestEvent* event ) QVariantMap r; r.insert( "qid", qry->id() ); - r.insert( "poll_interval", 1000 ); + r.insert( "poll_interval", 1300 ); r.insert( "refresh_interval", 1000 ); - r.insert( "poll_limit", 6 ); + r.insert( "poll_limit", 14 ); r.insert( "solved", qry->playable() ); r.insert( "query", qry->toVariant() );