-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathdefaults.json
More file actions
134 lines (134 loc) · 3.64 KB
/
defaults.json
File metadata and controls
134 lines (134 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"WorkflowLimit": "200",
"WorkflowExecutionConcurrencyLimit": "200",
"GatewayIncomingPayloadSizeLimit": "1mb",
"GatewayVaultManagementEnabled": "true",
"VaultJWTAuthEnabled": "false",
"VaultOrgIdAsSecretOwnerEnabled": "false",
"GatewayHTTPGlobalRate": "500rps:500",
"GatewayHTTPPerNodeRate": "100rps:100",
"TriggerRegistrationStatusUpdateTimeout": "0s",
"BaseTriggerRetransmitEnabled": "true",
"BaseTriggerRetryInterval": "30s",
"VaultCiphertextSizeLimit": "2kb",
"VaultShareSizeLimit": "600b",
"VaultIdentifierKeySizeLimit": "64b",
"VaultIdentifierOwnerSizeLimit": "64b",
"VaultIdentifierNamespaceSizeLimit": "64b",
"VaultPluginBatchSizeLimit": "1",
"VaultRequestBatchSizeLimit": "10",
"VaultMaxQuerySizeLimit": "102.4kb",
"VaultMaxObservationSizeLimit": "512kb",
"VaultMaxReportsPlusPrecursorSizeLimit": "2mb",
"VaultMaxReportSizeLimit": "2mb",
"VaultMaxReportCount": "10",
"VaultMaxKeyValueModifiedKeysPlusValuesSizeLimit": "1.468006mb",
"VaultMaxKeyValueModifiedKeys": "300",
"VaultMaxBlobPayloadSizeLimit": "25.6kb",
"VaultMaxPerOracleUnexpiredBlobCumulativePayloadSizeLimit": "31.45728mb",
"VaultMaxPerOracleUnexpiredBlobCount": "1000",
"PerOrg": {
"ZeroBalancePruningTimeout": "24h0m0s"
},
"PerOwner": {
"WorkflowExecutionConcurrencyLimit": "5",
"VaultSecretsLimit": "100"
},
"PerWorkflow": {
"TriggerRegistrationsTimeout": "10s",
"TriggerSubscriptionTimeout": "15s",
"TriggerSubscriptionLimit": "10",
"TriggerEventQueueLimit": "50",
"TriggerEventQueueTimeout": "10m0s",
"CapabilityConcurrencyLimit": "30",
"CapabilityCallTimeout": "3m0s",
"SecretsConcurrencyLimit": "5",
"ExecutionConcurrencyLimit": "5",
"ExecutionTimeout": "5m0s",
"ExecutionResponseLimit": "100kb",
"ExecutionTimestampsEnabled": "false",
"WASMMemoryLimit": "100mb",
"WASMBinarySizeLimit": "100mb",
"WASMCompressedBinarySizeLimit": "20mb",
"WASMConfigSizeLimit": "1mb",
"WASMSecretsSizeLimit": "1mb",
"LogLineLimit": "1kb",
"LogEventLimit": "1000",
"ChainAllowed": {
"Default": "false",
"Values": {
"12463857294658392847": "true",
"12922642891491394802": "true",
"3379446385462418246": "true"
}
},
"CRONTrigger": {
"FastestScheduleInterval": "30s"
},
"HTTPTrigger": {
"RateLimit": "every30s:3"
},
"LogTrigger": {
"EventRateLimit": "every6s:10",
"EventSizeLimit": "5kb",
"FilterAddressLimit": "5",
"FilterTopicsPerSlotLimit": "10"
},
"ChainWrite": {
"TargetsLimit": "10",
"ReportSizeLimit": "5kb",
"EVM": {
"TransactionGasLimit": "5000000",
"GasLimit": {
"Default": "5000000",
"Values": {
"12922642891491394802": "50000000",
"3379446385462418246": "10000000"
}
},
"ReportSizeLimit": "5kb"
},
"Solana": {
"ReportSizeLimit": "265b",
"GasLimit": {
"Default": "300000",
"Values": {}
}
},
"Aptos": {
"ReportSizeLimit": "5kb",
"GasLimit": {
"Default": "2000000",
"Values": {}
}
}
},
"ChainRead": {
"CallLimit": "15",
"LogQueryBlockLimit": "100",
"PayloadSizeLimit": "5kb"
},
"Consensus": {
"ObservationSizeLimit": "100kb",
"CallLimit": "20"
},
"HTTPAction": {
"CallLimit": "5",
"CacheAgeLimit": "10m0s",
"ConnectionTimeout": "10s",
"RequestSizeLimit": "10kb",
"ResponseSizeLimit": "100kb"
},
"ConfidentialHTTP": {
"CallLimit": "5",
"ConnectionTimeout": "10s",
"RequestSizeLimit": "10kb",
"ResponseSizeLimit": "100kb"
},
"Secrets": {
"CallLimit": "5"
},
"FeatureMultiTriggerExecutionIDsActiveAt": "2100-01-01 00:00:00 +0000 UTC",
"FeatureMultiTriggerExecutionIDsActivePeriod": "[2100-01-01 00:00:00 +0000 UTC,2101-01-01 00:00:00 +0000 UTC]"
}
}