Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust BigCZ max area from 1500 -> 8000 #2409

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mmw/mmw/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def get_env_setting(setting):
MMW_MAX_AREA = 75000 # Max area in km2, about the size of West Virginia

BIGCZ_HOST = 'portal.bigcz.org' # BiG-CZ Host, for enabling custom behavior
BIGCZ_MAX_AREA = 1500 # Max area in km2, limited by CUAHSI
BIGCZ_MAX_AREA = 8000 # Max area in km2, limited by CUAHSI
BIGCZ_CLIENT_TIMEOUT = 5 # timeout in seconds
BIGCZ_CLIENT_PAGE_SIZE = 100

Expand Down