Configurable progress reporting

This commit is contained in:
Ulf Wiger
2025-09-23 16:44:46 +02:00
parent 8a68244c90
commit 07b658d509
15 changed files with 131 additions and 32 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
-module(gmhc_config_schema).
-vsn("0.4.8").
-vsn("0.6.0").
-export([ schema/0
, to_json/0 ]).
@@ -39,6 +39,9 @@ schema() ->
, pool => pool()
, pool_admin => pool_admin()
, workers => workers()
, report => str(#{ enum => [<<"debug">>, <<"progress">>, <<"silent">>]
, default => <<"silent">>
, description => <<"Progress reporting">> })
}).
pool() ->