Sunrusojsis commited on
Commit
7bb4d38
·
verified ·
1 Parent(s): a037453

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -15,7 +15,7 @@ async def startup_event():
15
  allowed_methods=('GET', 'POST'),
16
  allowed_codes=(200,503,502),
17
  include_headers=True,
18
- expire_after = 50
19
  )
20
  global http_client
21
  http_client = CachedSession(cache=cache)
 
15
  allowed_methods=('GET', 'POST'),
16
  allowed_codes=(200,503,502),
17
  include_headers=True,
18
+ expire_after = 20
19
  )
20
  global http_client
21
  http_client = CachedSession(cache=cache)