Reduce bandwidth

This commit is contained in:
Ilya Zverev 2016-06-20 18:10:46 +03:00
parent ad3e9f4c32
commit f8d8ad833f

View file

@ -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):