Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 23, 2025
1 parent d5607cd commit f029787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void main() {
final database = FirebaseAdmin.database.getDatabase();

exports['fetchPackageData'] = FirebaseFunctions.https.onRequest(
HttpsOptions(timeoutSeconds: 600.toJS, memory: '2GB'.toJS),
HttpsOptions(timeoutSeconds: 600.toJS, memory: '2GiB'.toJS),
(Request request, express.Response response) {
return promise(() => fetchPackageData(response));
}.toJS,
Expand Down

0 comments on commit f029787

Please sign in to comment.