Skip to content

Commit 4a34ca8

Browse files
committed
non-spot by default
1 parent 5e72215 commit 4a34ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/util/compute/cloud/clouds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
// if a random default folder is excluded!
3232
const DEFAULT_EXCLUDE_FROM_SYNC = [] as const;
3333

34-
const GCLOUD_SPOT_DEFAULT = true;
34+
const GCLOUD_SPOT_DEFAULT = false;
3535

3636
export const GOOGLE_CLOUD_DEFAULTS = {
3737
cpu: {

0 commit comments

Comments
 (0)