nym_api_requests/
constants.rs

1// Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
2// SPDX-License-Identifier: Apache-2.0
3
4use time::Duration;
5
6// we should probably monitor this constant and adjust it when/if required
7pub const MIN_BATCH_REDEMPTION_DELAY: Duration = Duration::DAY;