Skip to content

Commit

Permalink
Merge branch 'develop' into c/st-transaction-sender
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrador authored Oct 4, 2024
2 parents d16f59e + 0e0e6b8 commit 505ad1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pipeline {
}

environment {
GOROOT = '/usr/lib/go-1.21/'
STORAGE = '--db-impl carmen --db-variant go-file --carmen-schema 3'
PRIME = '--update-buffer-size 4000'
VM = '--vm-impl lfvm'
Expand Down
2 changes: 1 addition & 1 deletion executor/extension/register/register_progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
)

const (
archiveDbDirectoryName = "archive"
archiveDbDirectoryName = "archive"
defaultReportFrequency uint64 = 100_000

registerProgressCreateTableIfNotExist = `
Expand Down

0 comments on commit 505ad1f

Please sign in to comment.