Add timeout for inker snapshots

So that they can also be released if they silently crash without closing neatly.
This commit is contained in:
Martin Sumner 2018-12-14 13:53:36 +00:00
parent 8bf36214e1
commit 2741c46daa
4 changed files with 47 additions and 14 deletions

View file

@ -65,7 +65,8 @@
compress_on_receipt = false :: boolean(),
max_run_length,
singlefile_compactionperc :: float()|undefined,
maxrunlength_compactionperc :: float()|undefined}).
maxrunlength_compactionperc :: float()|undefined,
snaptimeout_long :: pos_integer() | undefined}).
-record(penciller_options,
{root_path :: string() | undefined,