]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-tree: add link to stats page per path
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 85045c4a98285607e962e59f34788584a7f39ab9..f2cb671b12962d9b13ced83aa2685b4bc343796a 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -61,7 +61,7 @@ struct cgit_repo {
        int snapshots;
        int enable_log_filecount;
        int enable_log_linecount;
-       int enable_stats;
+       int max_stats;
 };
 
 struct cgit_repolist {
@@ -153,13 +153,13 @@ struct cgit_config {
        int enable_index_links;
        int enable_log_filecount;
        int enable_log_linecount;
-       int enable_stats;
        int local_time;
        int max_repo_count;
        int max_commit_count;
        int max_lock_attempts;
        int max_msg_len;
        int max_repodesc_len;
+       int max_stats;
        int nocache;
        int renamelimit;
        int snapshots;