X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8cc02871230aef457006ac775dd1cca5623516a9..0cbb50841ac82e08e715bbff614f96c7d5ba22fa:/cgit.c?ds=sidebyside diff --git a/cgit.c b/cgit.c index 64d95f9..2aef44d 100644 --- a/cgit.c +++ b/cgit.c @@ -71,6 +71,8 @@ void config_cb(const char *name, const char *value) ctx.cfg.cache_static_ttl = atoi(value); else if (!strcmp(name, "cache-dynamic-ttl")) ctx.cfg.cache_dynamic_ttl = atoi(value); + else if (!strcmp(name, "embedded")) + ctx.cfg.embedded = atoi(value); else if (!strcmp(name, "max-message-length")) ctx.cfg.max_msg_len = atoi(value); else if (!strcmp(name, "max-repodesc-length"))