about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c index 36777b5..66dd140 100644 --- a/cgit.c +++ b/cgit.c
@@ -233,7 +233,7 @@ static void prepare_context(struct cgit_context *ctx)
233 ctx->cfg.cache_root_ttl = 5; 233 ctx->cfg.cache_root_ttl = 5;
234 ctx->cfg.cache_static_ttl = -1; 234 ctx->cfg.cache_static_ttl = -1;
235 ctx->cfg.css = "/cgit.css"; 235 ctx->cfg.css = "/cgit.css";
236 ctx->cfg.logo = "/git-logo.png"; 236 ctx->cfg.logo = "/cgit.png";
237 ctx->cfg.local_time = 0; 237 ctx->cfg.local_time = 0;
238 ctx->cfg.max_repo_count = 50; 238 ctx->cfg.max_repo_count = 50;
239 ctx->cfg.max_commit_count = 50; 239 ctx->cfg.max_commit_count = 50;