Skip to content

Commit

Permalink
fix yarn dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Dec 20, 2024
1 parent 0ebc36c commit b9c65c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker-compose.tmp-dev.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ services:
options:
max-size: "1m"
max-file: "3"
command: cargo run --release --features={{ NETWORK }}-runtime -- --dev -linfo --rpc-cors=all --unsafe-rpc-external
command: cargo run --release --features={{ NETWORK }}-runtime -- --dev -linfo --rpc-cors=all --unsafe-rpc-external --idle-autoseal-interval 1000 --autoseal-finalization-delay 1

0 comments on commit b9c65c6

Please sign in to comment.