Skip to content

Commit e3b5b77

Browse files
committed
Remove JIT
1 parent 0703a6f commit e3b5b77

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

federation/gateways/hive-gateway-bun/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ services:
99
environment:
1010
- NODE_ENV=production
1111
- FORK=${FORK}
12-
- JIT=true
1312
depends_on:
1413
accounts:
1514
condition: service_healthy
@@ -35,7 +34,7 @@ services:
3534
interval: 3s
3635
timeout: 5s
3736
retries: 10
38-
command: ["supergraph", "--jit"]
37+
command: ["supergraph"]
3938
deploy:
4039
resources:
4140
limits:

federation/gateways/hive-gateway/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ services:
99
environment:
1010
- NODE_ENV=production
1111
- FORK=${FORK}
12-
- JIT=true
1312
depends_on:
1413
accounts:
1514
condition: service_healthy
@@ -35,7 +34,7 @@ services:
3534
interval: 3s
3635
timeout: 5s
3736
retries: 10
38-
command: ["supergraph", "--jit"]
37+
command: ["supergraph"]
3938
deploy:
4039
resources:
4140
limits:

0 commit comments

Comments
 (0)