Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: background worker logic into functions
This way the logic is easier to understand, essentially: ``` delete_expired_responses(guc_ttl); consume_request_queue(curl_mhandle); insert_curl_responses(curl_mhandle); ``` Also cleanups tabs and instead uses two spaces for indentation.
- Loading branch information