Skip to content

Commit d5604b5

Browse files
committed
lower poll time
1 parent eea3a46 commit d5604b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/providers/shadeform/instancetype.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func isSelectedByArgs(instanceType v1.InstanceType, args v1.GetInstanceTypeArgs)
8585
}
8686

8787
func (c *ShadeformClient) GetInstanceTypePollTime() time.Duration {
88-
return 5 * time.Minute
88+
return 1 * time.Minute
8989
}
9090

9191
func (c *ShadeformClient) GetLocations(ctx context.Context, _ v1.GetLocationsArgs) ([]v1.Location, error) {

0 commit comments

Comments
 (0)