Skip to content

Commit 1643ab0

Browse files
committed
only jit
1 parent 060b424 commit 1643ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
interval: 3s
3535
timeout: 5s
3636
retries: 10
37-
command: ["supergraph"]
37+
command: ["supergraph", "--jit"]
3838
deploy:
3939
resources:
4040
limits:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
interval: 3s
3535
timeout: 5s
3636
retries: 10
37-
command: ["supergraph"]
37+
command: ["supergraph", "--jit"]
3838
deploy:
3939
resources:
4040
limits:

0 commit comments

Comments
 (0)