Skip to content

Commit

Permalink
temp storage
Browse files Browse the repository at this point in the history
  • Loading branch information
iznauy committed Aug 23, 2021
1 parent c3d8ea0 commit c886894
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ username=root
password=root

# 时序数据库列表,使用','分隔不同实例
storageEngineList=127.0.0.1#6667#iotdb#username=root#password=root#sessionPoolSize=100#dataDir=/path/to/your/data/
#storageEngineList=127.0.0.1#8086#influxdb#url=http://localhost:8086/#token=your-token#organization=your-organization
storageEngineList=127.0.0.1#6667#iotdb#username=root#password=root#sessionPoolSize=100#edgeName=edge1,127.0.0.1#6668#iotdb#username=root#password=root#sessionPoolSize=100#edgeName=,127.0.0.1#6669#iotdb#username=root#password=root#sessionPoolSize=100#edgeName=
#storageEngineList=127.0.0.1#8086#influxdb#url=http://localhost:8086/

# 异步请求最大重复次数
maxAsyncRetryTimes=3
Expand All @@ -34,7 +34,7 @@ replicaNum=1
databaseClassNames=iotdb=cn.edu.tsinghua.iginx.iotdb.IoTDBPlanExecutor,influxdb=cn.edu.tsinghua.iginx.influxdb.InfluxDBPlanExecutor

# 策略类名
policyClassName=cn.edu.tsinghua.iginx.policy.naive.NativePolicy
policyClassName=cn.edu.tsinghua.iginx.policy.cloud.EdgeCloudCollaborationPolicy

# 统计信息收集类
# statisticsCollectorClassName=cn.edu.tsinghua.iginx.statistics.StatisticsCollector
Expand All @@ -53,7 +53,7 @@ restIp=0.0.0.0
restPort=6666

# 是否启用 rest 服务
enableRestService=true
enableRestService=false

# 乱序数据 margin, 单位是秒
disorderMargin=10
Expand Down Expand Up @@ -96,10 +96,14 @@ mqtt_max_message_size=1048576
####################

# 是否开启边云协同功能,默认关闭
enable_edge_cloud_collaboration=false
enable_edge_cloud_collaboration=true

# iginx 是否为边缘端,默认为非边缘端
is_edge=false

# 边缘端名字,所有由边缘端写入的序列均包含该前缀;非边缘端不需要填写
<<<<<<< HEAD
edge_name=
=======
edge_name=edge2
>>>>>>> temp storage

0 comments on commit c886894

Please sign in to comment.