Trigger the background pool fill at a fixed delay after exiting getConnection().

pull/11/head
Brett Wooldridge 11 years ago
parent 4584264c9d
commit 832b3a571f

@ -304,7 +304,7 @@ public final class HikariPool implements HikariPoolMBean
}
backgroundFillQueued.set(false);
}
}, configuration.getConnectionTimeout() - 50/*ms*/);
}, 50/*ms*/);
}
break;
}

Loading…
Cancel
Save