diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-09 00:42:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-21 13:56:36 +0300 |
commit | e3533fd4c2fc90969b77d2ddaccbda649dd74973 (patch) | |
tree | 6c25d1ee37cbe04a9bce7b846798c5d636ba7503 /etc | |
parent | e3a8a11f7fdc64a560810cf021080c61c7d69dc5 (diff) |
Implement submit-git
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-module.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 0612969..e5770fb 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -258,6 +258,13 @@ menu About=?about # submit-handler-argument +# The handler program timeout in seconds. If specified and the handler does +# not exit in the alloted time, then it is killed and its termination is +# treated as abnormal. +# +# submit-handler-timeout 60 + + # Trace verbosity. Disabled by default. # # verbosity 0 |