mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
feat: improve tx-exclusion-api performance and increase size of reaso… (#327)
* feat: improve tx-exclusion-api performance and increase size of reason message column * feat: set waitForTcpPorts as true for localStackPostgresDbOnly and update prover-v3 image tag in compose * feat: update prover-v3 image tag to a more recent one * feat: update coordinator image tag to a more recent one
This commit is contained in:
@@ -162,7 +162,7 @@ dockerCompose {
|
||||
]
|
||||
useComposeFiles = ["${project.rootDir.path}/docker/compose.yml"]
|
||||
waitForHealthyStateTimeout = Duration.ofMinutes(3)
|
||||
waitForTcpPorts = false
|
||||
waitForTcpPorts = true
|
||||
removeOrphans = true
|
||||
noRecreate = true
|
||||
projectName = "docker"
|
||||
|
||||
Reference in New Issue
Block a user