hishtory/backend/server/internal
David Dworken 1e43de689f
Optimize number of round-trip HTTP connections made by the client by having the submit handler return metadata about whether there are pending dump/deletion requests
For now, I'm still keeping the dedicated endpoints for those functionalities, but since most of the time there are no dump/deletion requests this should cut down the number of requests made by the client by 2/3.
2023-09-21 11:35:24 -07:00
..
database Move internal/ directory into backend/server since it is all server-specific internals 2023-09-17 12:51:21 -07:00
release Fix imports after moving backend/server code in 772aaf2453 2023-09-17 12:53:55 -07:00
server Optimize number of round-trip HTTP connections made by the client by having the submit handler return metadata about whether there are pending dump/deletion requests 2023-09-21 11:35:24 -07:00