Add timeout for inker snapshots
So that they can also be released if they silently crash without closing neatly.
This commit is contained in:
parent
8bf36214e1
commit
2741c46daa
4 changed files with 47 additions and 14 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue