From 274ca57c2cfd046ff3e0f42d3aaf230384a7324d Mon Sep 17 00:00:00 2001 From: Jeff Bencin Date: Wed, 22 Mar 2023 10:12:44 -0400 Subject: [PATCH] feat: Add example `[atlas]` config section in Stacks.toml --- testnet/stacks-node/Stacks.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/testnet/stacks-node/Stacks.toml b/testnet/stacks-node/Stacks.toml index 022f19a76..0e4aed80a 100644 --- a/testnet/stacks-node/Stacks.toml +++ b/testnet/stacks-node/Stacks.toml @@ -84,3 +84,13 @@ amount = 100000000 # "STGT7GSMZG7EA0TS6MVSKT5JC1DCDFGZWJJZXN8A.contract.nft-token", # "stx" # ] + +## Atlas database +## The Atlas database, which handles file attachments, can be configured here +## The values used in the example below are the minimum values which Atlas will accept +## +#[atlas] +#attachments_max_size = 1048576 +#max_uninstantiated_attachments = 10000 +#uninstantiated_attachments_expire_after = 3600 +#unresolved_attachment_instances_expire_after = 172800