chore: change default config

This commit is contained in:
arkohut 2024-10-15 00:38:00 +08:00
parent a11538b4c6
commit 90df59a206
3 changed files with 3 additions and 3 deletions

View File

@ -1086,7 +1086,7 @@ def watch(
None, "--folder", "-f", help="Specify folders to watch"
),
sparsity_factor: float = typer.Option(
2.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
3.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
),
window_size: int = typer.Option(
20, "--window-size", "-ws", help="Window size for rate calculation"

View File

@ -225,7 +225,7 @@ def watch_default_library(
20, "--window-size", "-ws", help="Window size for rate calculation"
),
sparsity_factor: float = typer.Option(
2.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
3.0, "--sparsity-factor", "-sf", help="Sparsity factor for file processing"
),
verbose: bool = typer.Option(
False, "--verbose", "-v", help="Enable verbose logging"

View File

@ -71,7 +71,7 @@ class Settings(BaseSettings):
screenshots_dir: str = os.path.join(base_dir, "screenshots")
# Server settings
server_host: str = "0.0.0.0"
server_host: str = "127.0.0.1"
server_port: int = 8839
# VLM plugin settings