mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
increase waiting time
This commit is contained in:
parent
99b0f7d4b1
commit
e390fdb7d2
@ -71,7 +71,7 @@ void CheckTransactionPage::handleRequest(Poco::Net::HTTPServerRequest& request,
|
||||
size_t notReadyTransactions = 0;
|
||||
size_t sumTransactions = mSession->getProcessingTransactionCount();
|
||||
if(sumTransactions == 0) {
|
||||
Poco::Thread::sleep(500);
|
||||
Poco::Thread::sleep(1000);
|
||||
response.redirect(ServerConfig::g_php_serverPath + "state-balances/overview");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@ enum PageState {
|
||||
size_t notReadyTransactions = 0;
|
||||
size_t sumTransactions = mSession->getProcessingTransactionCount();
|
||||
if(sumTransactions == 0) {
|
||||
Poco::Thread::sleep(500);
|
||||
Poco::Thread::sleep(1000);
|
||||
response.redirect(ServerConfig::g_php_serverPath + "state-balances/overview");
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user