Skip to content
Snippets Groups Projects

Improve performance of public alerts page

Merged Alexander Pace requested to merge public-page-v2 into master
1 unresolved thread
5 files
+ 255
107
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 4
0
@@ -687,3 +687,7 @@ PUBLIC_PAGE_RUNS = ['O4', 'ER15', 'O3']
# Define how long to cache the public page:
PUBLIC_PAGE_CACHING = int(get_from_env('DJANGO_PUBLIC_PAGE_CACHING',
fail_if_not_found=False, default_value=300))
# Define the number of results per page on the public page:
PUBLIC_PAGE_RESULTS = int(get_from_env('DJANGO_PUBLIC_PAGE_RESULTS',
fail_if_not_found=False, default_value=15))
Loading