Skip to content

Commit

Permalink
web: enable offline snapshots by default (#5808)
Browse files Browse the repository at this point in the history
  • Loading branch information
milas authored May 12, 2022
1 parent 98ecb66 commit 871ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/feature/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var MainDefaults = Defaults{
Status: Active,
},
OfflineSnapshotCreation: Value{
Enabled: false,
Enabled: true,
Status: Active,
},
}
Expand Down

0 comments on commit 871ce63

Please sign in to comment.