Skip to content

Commit

Permalink
chore: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored May 4, 2024
1 parent e181b29 commit 6f08cc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,3 +390,10 @@ Other Settings
.. code-block:: yaml
dotenv: .env
.. py:attribute:: eager_caching
If set to ``false``, brownie will not start the background caching thread and will only call the RPC on an as-needed basis.

This is useful for always-on services or while using pay-as-you-go private RPCs

default value: ``true``

0 comments on commit 6f08cc4

Please sign in to comment.