elfo icon indicating copy to clipboard operation
elfo copied to clipboard

Termination process should be configurable

Open loyd opened this issue 3 years ago • 0 comments

Now we have hardcoded

const SEND_CLOSING_TERMINATE_AFTER: Duration = Duration::from_secs(30);
const STOP_GROUP_TERMINATION_AFTER: Duration = Duration::from_secs(45);

loyd avatar May 23 '22 04:05 loyd