Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Aug 25, 2022
1 parent 6be4ffa commit ec1ec1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ server {
location / {
include uwsgi_params;
uwsgi_pass uwsgi://127.0.0.1:8000;
# these increased timeouts are for the sake of long-polling for google authentication status
uwsgi_read_timeout 300s;
proxy_read_timeout 300s;
proxy_connect_timeout 300s;
Expand Down Expand Up @@ -145,7 +146,7 @@ python -m unittest

### Constraints

- Flask must be used. (This is part of an assessment)
- Flask must be used.
- Flask however is a synchronous framework.
- Youtube API has daily quotas of around 10000

Expand Down

0 comments on commit ec1ec1a

Please # to comment.