Skip to content

Commit

Permalink
per #185, reduce the default number of crime incidents
Browse files Browse the repository at this point in the history
from 5 to 3
  • Loading branch information
KEHANG committed Aug 28, 2019
1 parent 70261ab commit 3c4b04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycity/mycity/utilities/crime_incidents_api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import logging

RESOURCEID = "12cb3883-56f5-47de-afa5-3b1cf61b257b"
QUERY_LIMIT = 5
QUERY_LIMIT = 3
CRIME_INCIDENTS_SQL_URL = \
"https://data.boston.gov/api/3/action/datastore_search_sql"

Expand Down

0 comments on commit 3c4b04d

Please sign in to comment.