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