mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-06 02:49:38 +05:00
start working on embeds; add prefork to cfg
This commit is contained in:
@@ -28,4 +28,8 @@ const DNSCacheTTL = 10 * time.Minute
|
||||
// run soundcloak on this address (localhost:4664 by default)
|
||||
const Addr = ":4664"
|
||||
|
||||
// run multiple instances of soundcloud locally to be able to handle more requests
|
||||
// each one will be a separate process, so they will have separate cache
|
||||
const Prefork = false
|
||||
|
||||
var JSON = jsoniter.ConfigFastest
|
||||
|
||||
Reference in New Issue
Block a user