Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added TTL for failed executed operations based on IDs #405

Open
wants to merge 3 commits into
base: feat/v3.1
Choose a base branch
from

Conversation

iulianpascalau
Copy link
Contributor

  • added TTL for failed executed operations based on IDs

@iulianpascalau iulianpascalau changed the base branch from main to feat/v3.1 January 3, 2025 13:31
sstanculeanu
sstanculeanu previously approved these changes Jan 3, 2025
@@ -480,10 +479,12 @@ func TestScCallsExecutorConfigs(t *testing.T) {
MaxGasLimitToUse = 249999999 # this is a safe max gas limit to use both intra-shard & cross-shard
GasLimitForOutOfGasTransactions = 30000000 # this value will be used when a transaction specified a gas limit > 249999999
PollingIntervalInMillis = 6000
TTLForFailedRefundIdInSeconds = 3600
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants