Commit 03a811e2 authored by 赵啸非's avatar 赵啸非

修正redis 最大连接数

parent 3671ec62
......@@ -421,8 +421,8 @@ public class DeviceServiceImpl extends AbstractCRUDCacheServiceImpl<DeviceDao, D
return deviceMapEntity;
}).collect(Collectors.toList());
//更新坐标点 轴步进 0.0001~~11米
BigDecimal lngStep = new BigDecimal(0.00003);
BigDecimal latiStep = new BigDecimal(0.00003);
BigDecimal lngStep = new BigDecimal(0.00002);
BigDecimal latiStep = new BigDecimal(0.00002);
BigDecimal centerLng = new BigDecimal(longitude);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment