Skip to content

Commit

Permalink
Merge branch 'develop' into gateway/improving-client-script
Browse files Browse the repository at this point in the history
  • Loading branch information
bolekk authored Sep 22, 2023
2 parents 8940a9f + 409fb6d commit e76cb0c
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions core/scripts/functions/templates/oracle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ contractUpdateCheckFrequencySec = 300
contractVersion = 1
donID = "{{don_id}}"
enableRequestSignatureCheck = false
listenerEventHandlerTimeoutSec = 180
listenerEventHandlerTimeoutSec = 210
listenerEventsCheckFrequencyMillis = 500
maxRequestSizeBytes = 30_720
minIncomingConfirmations = 3
pruneBatchSize = 5
pruneCheckFrequencySec = 30
pruneMaxStoredRequests = 20
requestTimeoutBatchLookupSize = 20
pruneBatchSize = 500
pruneCheckFrequencySec = 600
pruneMaxStoredRequests = 20_000
requestTimeoutBatchLookupSize = 200
requestTimeoutCheckFrequencySec = 10
requestTimeoutSec = 300
maxRequestSizesList = [30_720, 51_200, 102_400, 204_800, 512_000, 1_048_576, 2_097_152, 3_145_728, 5_242_880, 10_485_760]
maxSecretsSizesList = [10_240, 20_480, 51_200, 102_400, 307_200, 512_000, 1_048_576, 2_097_152]
minimumSubscriptionBalance = "0.1 link"
minimumSubscriptionBalance = "2 link"


[pluginConfig.OnchainAllowlist]
Expand All @@ -50,24 +50,25 @@ minimumSubscriptionBalance = "0.1 link"
contractAddress = "{{router_contract_address}}"
updateFrequencySec = 30
updateTimeoutSec = 10
updateRangeSize = 100
updateRangeSize = 2000

[pluginConfig.RateLimiter]
globalBurst = 5
globalRPS = 10
perSenderBurst = 1
perSenderRPS = 0.2
globalBurst = 30
globalRPS = 20
perSenderBurst = 5
perSenderRPS = 1

[pluginConfig.S4Constraints]
maxPayloadSizeBytes = 20_000
maxSlotsPerUser = 5
maxExpirationLengthSec = 259_200

[pluginConfig.decryptionQueueConfig]
completedCacheTimeoutSec = 300
decryptRequestTimeoutSec = 100
maxCiphertextBytes = 10_000
decryptRequestTimeoutSec = 180
maxCiphertextBytes = 20_000
maxCiphertextIdLength = 100
maxQueueLength = 100
maxQueueLength = 5_000

[pluginConfig.gatewayConnectorConfig]
AuthMinChallengeLen = 20
Expand Down

0 comments on commit e76cb0c

Please sign in to comment.