Skip to content

Commit

Permalink
add new config to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdtf committed Aug 18, 2021
1 parent 2b9d189 commit 3fb036f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,13 @@ ENABLED_TOKENS=FUSD:0xf8d6e0586b0a20c7:fusd,FlowToken:0x0ae53cb6e3f42a79:flowTok
# This sets the number of proposal keys to be used on the admin account.
# You can increase transaction throughput by using multiple proposal keys for
# parallel transaction execution.
ADMIN_PROPOSAL_KEY_COUNT=50
ADMIN_PROPOSAL_KEY_COUNT=50

# Defines the maximum number of active jobs that can be queued before
# new jobs are rejected.
# WORKER_QUEUE_CAPACITY=1000 (default)

# Number of concurrent workers handling incoming jobs.
# You can increase the number of workers if you're sending
# too many transactions and find that the queue is often backlogged.
# WORKER_COUNT=100 (default)

0 comments on commit 3fb036f

Please sign in to comment.