Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update atlas config #3612

Merged
merged 3 commits into from
Apr 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/net/atlas/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ lazy_static! {
}

const ATTACHMENTS_MAX_SIZE_MIN: u32 = 1_048_576;
const MAX_UNINSTANTIATED_ATTACHMENTS_MIN: u32 = 10_000;
const UNINSTANTIATED_ATTACHMENTS_EXPIRE_AFTER_MIN: u32 = 3_600;
const MAX_UNINSTANTIATED_ATTACHMENTS_MIN: u32 = 50_000;
const UNINSTANTIATED_ATTACHMENTS_EXPIRE_AFTER_MIN: u32 = 86_400;
const UNRESOLVED_ATTACHMENT_INSTANCES_EXPIRE_AFTER_MIN: u32 = 172_800;

#[derive(Debug, Clone)]
Expand Down