Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_RENDER_BACKLOG = 40
How many requests can be queued up for any GIF render before we start rejecting with HTTP 429 Half of the current max in-flight requests
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) Shutdown ¶
Shutdown gracefully shuts down the server, waiting until a timeout for active requests to complete.
func (*Server) WaitForExit ¶
WaitForExit starts up the server and blocks until the server shuts down.
Click to show internal directories.
Click to hide internal directories.