Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Postgres really dislikes when you try and import too many logs at once (thus grabbing too many logs). In addition to our minute-long commit interval, also limit ourselves to 500 commits. With 256 locks per transaction, I made it to 850 logs or so until I got kicked out, so 500 should be well within limits. Signed-off-by: Sean Anderson <[email protected]>
- Loading branch information