Reduce bandwidth
This commit is contained in:
parent
ad3e9f4c32
commit
f8d8ad833f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import json
|
|||
from db import database, Change
|
||||
|
||||
QUERYAT_URL = 'http://tile.osmz.ru/queryat/'
|
||||
BATCH_COUNT = 1000
|
||||
BATCH_COUNT = 20
|
||||
|
||||
|
||||
def geocode(lon, lat):
|
||||
|
|
Loading…
Add table
Reference in a new issue