We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3531921 commit d5d6260Copy full SHA for d5d6260
1 file changed
opticstream/cli/lsm/serve.py
@@ -28,7 +28,7 @@
28
@serve.command
29
def all(
30
concurrent_workers: int = 2,
31
- process:bool = False,
+ process:bool = True,
32
) -> None:
33
chdir_to_opticstream_install_root()
34
deployments: list = []
@@ -82,4 +82,4 @@ def process(
82
83
def archive():
84
85
- archive_strip.serve(con)
+ archive_strip.serve()
0 commit comments