Commit dd6f316b authored by 赵啸非's avatar 赵啸非

修正redis 最大连接数

parent 302901c9
...@@ -421,8 +421,8 @@ public class DeviceServiceImpl extends AbstractCRUDCacheServiceImpl<DeviceDao, D ...@@ -421,8 +421,8 @@ public class DeviceServiceImpl extends AbstractCRUDCacheServiceImpl<DeviceDao, D
return deviceMapEntity; return deviceMapEntity;
}).collect(Collectors.toList()); }).collect(Collectors.toList());
//更新坐标点 轴步进 0.0001~~11米 //更新坐标点 轴步进 0.0001~~11米
BigDecimal lngStep = new BigDecimal(0.00002); BigDecimal lngStep = new BigDecimal(0.00001);
BigDecimal latiStep = new BigDecimal(0.00002); BigDecimal latiStep = new BigDecimal(0.00001);
BigDecimal centerLng = new BigDecimal(longitude); 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