Skip to content

Commit 6cfbd18

Browse files
authored
fix: set default Squid Router throttle to 1000 (elizaOS#2386)
1 parent 6794ac0 commit 6cfbd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ SQUID_SDK_URL=https://apiplus.squidrouter.com # Default: https://apiplus.squidro
366366
SQUID_INTEGRATOR_ID= # get integrator id through https://docs.squidrouter.com/
367367
SQUID_EVM_ADDRESS=
368368
SQUID_EVM_PRIVATE_KEY=
369-
SQUID_API_THROTTLE_INTERVAL= # Default: 0; Used to throttle API calls to avoid rate limiting (in ms)
369+
SQUID_API_THROTTLE_INTERVAL=1000 # Default: 1000; Used to throttle API calls to avoid rate limiting (in ms)
370370

371371
# TEE Configuration
372372
# TEE_MODE options:

0 commit comments

Comments
 (0)