Browse Source

not sure how this got reverted

pull/2/head
Grant Limberg 6 years ago
parent
commit
3db263284b
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A
  1. 2
      controller/PostgreSQL.cpp

2
controller/PostgreSQL.cpp

@ -1765,7 +1765,7 @@ void PostgreSQL::onlineNotification_Postgres()
PQclear(res);
}
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::this_thread::sleep_for(std::chrono::seconds(10));
}
fprintf(stderr, "%s: Fell out of run loop in onlineNotificationThread\n", _myAddressStr.c_str());
PQfinish(conn);

Loading…
Cancel
Save