Skip to content

Commit

Permalink
default snapshot frequency 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Jul 14, 2023
1 parent fb381a3 commit e09ac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_supervisor/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Settings(BaseSettings):
MAX_DATA_ARCHIVE_SIZE = 10_000_000 # 10 MB

SNAPSHOT_FREQUENCY: int = Field(
default=5,
default=60,
description="Snapshot frequency interval in minutes. It will create a VM snapshot every X minutes.",
)

Expand Down

0 comments on commit e09ac3b

Please sign in to comment.