diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-08 11:05:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-08 11:05:02 +0300 |
commit | 8abf7052b1ac75f46992770c919c8fe16f0f54b9 (patch) | |
tree | 721809a9fd4c755fdd6b0ae4a5442e55a2b407e3 /mod/options.cli | |
parent | 1b02cc2a15af121405bc99371dcc1ccb4b69f427 (diff) |
Cleanup handler configuration options inheritance
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/options.cli b/mod/options.cli index 00b88db..4004e79 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -344,7 +344,7 @@ namespace brep { }; - class build_task: build, package_db, build_db, handler + class build_task: build, build_db, handler { size_t build-task-request-max-size = 102400 { @@ -375,15 +375,15 @@ namespace brep } }; - class build_log: build, package_db, build_db, handler + class build_log: build, build_db, handler { }; - class build_force: build, package_db, build_db, handler + class build_force: build, build_db, handler { }; - class builds: build, package_db, build_db, page, handler + class builds: build, build_db, page, handler { uint16_t build-page-entries = 20 { |