From 8abf7052b1ac75f46992770c919c8fe16f0f54b9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 8 Jul 2019 11:05:02 +0300 Subject: Cleanup handler configuration options inheritance --- mod/options.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mod/options.cli') 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 { -- cgit v1.1