Skip to content

Commit fbc37ca

Browse files
Merge pull request #4 from netlogix/bugfix/increase-db-timeout
2 parents f3e037d + cb73ea8 commit fbc37ca

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Netlogix:
2+
Cli:
3+
IncreaseDatabaseTimeout:
4+
timeouts:
5+
'job:execute': 3600
6+
'workspace:publish': 3600
7+
'workspace:discard': 3600

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"require": {
1414
"flowpack/jobqueue-common": "^3.3",
1515
"neos/flow": ">= 7.3 < 9.0",
16-
"neos/neos-ui": ">= 7.3 < 9.0"
16+
"neos/neos-ui": ">= 7.3 < 9.0",
17+
"netlogix/cli-increasedatabasetimeout": "^1.0"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)