Skip to content

Commit

Permalink
Max instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 23, 2025
1 parent 29aa0e9 commit 9e380ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions functions/src/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void main() {
memory: '2GiB'.toJS,
cpu: 4.toJS,
ingressSettings: 'ALLOW_INTERNAL_ONLY'.toJS,
maxInstances: 1.toJS,
),
(Request request, express.Response response) {
return promise(() => fetchPackageData(response));
Expand Down
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,12 @@ packages:
source: hosted
version: "2.0.0"
discord_interactions:
dependency: "direct overridden"
dependency: transitive
description:
path: "../discord_interactions"
relative: true
source: path
name: discord_interactions
sha256: "5e994dfd6e652dd1f2d02982302ded9c24a6ec5baf8668dd02bd7337e3fbd942"
url: "https://pub.dev"
source: hosted
version: "0.0.23"
equatable:
dependency: transitive
Expand Down

0 comments on commit 9e380ed

Please sign in to comment.