const DELETE_KEY_TIMEOUT: Duration;
Expand description
A timeout applied to DeleteKeys
requests.
This should be shorter than SCAN_SERVICE_TIMEOUT
so the
request can try to delete entries from storage after the timeout before the future is dropped.