Skip to content

Commit c3453d6

Browse files
committed
Possible fix for #115
1 parent a140d7e commit c3453d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==2.3.3
22
Flask-Cors==4.0.0
3-
yt-dlp==2024.03.14.232657.dev0
3+
yt-dlp @ git+https://github.com/bashonly/yt-dlp@2ba80d55d4bd9476dd2304496f8af9bf68358a2e
44
pymongo==4.5.0
55
boto3==1.28.37
66
requests==2.31.0

serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ functions:
4444
handler: wsgi_handler.handler
4545
url: true
4646
timeout: 15
47-
memorySize: 250
47+
memorySize: 1000
4848
layers:
4949
- Ref: PythonRequirementsLambdaLayer
5050

0 commit comments

Comments
 (0)