Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 10, 2024
1 parent 781b8a4 commit 7d7843d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gcp/cloudsql/cloudsqladmin.ts
Expand Up @@ -51,8 +51,8 @@ export async function createInstance(
userLabels: { "firebase-data-connect": "ft" },
insightsConfig: {
queryInsightsEnabled: true,
queryPlansPerMinute: 5, // Match the default settings
queryStringLength: 1024, // Match the default settings
queryPlansPerMinute: 5, // Match the default settings

Check failure on line 54 in src/gcp/cloudsql/cloudsqladmin.ts

View workflow job for this annotation

GitHub Actions / unit (18)

Replace `·5,···` with `5,`

Check failure on line 54 in src/gcp/cloudsql/cloudsqladmin.ts

View workflow job for this annotation

GitHub Actions / lint (20)

Replace `·5,···` with `5,`

Check failure on line 54 in src/gcp/cloudsql/cloudsqladmin.ts

View workflow job for this annotation

GitHub Actions / unit (18)

Replace `·5,···` with `5,`
queryStringLength: 1024, // Match the default settings

Check failure on line 55 in src/gcp/cloudsql/cloudsqladmin.ts

View workflow job for this annotation

GitHub Actions / unit (18)

Delete `···`

Check failure on line 55 in src/gcp/cloudsql/cloudsqladmin.ts

View workflow job for this annotation

GitHub Actions / lint (20)

Delete `···`

Check failure on line 55 in src/gcp/cloudsql/cloudsqladmin.ts

View workflow job for this annotation

GitHub Actions / unit (18)

Delete `···`
},
},
});
Expand Down

0 comments on commit 7d7843d

Please sign in to comment.