summaryrefslogtreecommitdiff
path: root/bin/conf/objectscan.conf
diff options
context:
space:
mode:
authorzhangchengwei <[email protected]>2019-06-26 14:25:16 +0800
committerzhangchengwei <[email protected]>2019-06-26 14:25:16 +0800
commit98b41f8f0078c590bac515e0874e72967c2aecb2 (patch)
tree5b130be9b1635ba0e39b5c690879470fbd0eac1c /bin/conf/objectscan.conf
parentcaa757a8ed76544abbfbcac6905c2b6b3d9e0df1 (diff)
打包运行目录
Diffstat (limited to 'bin/conf/objectscan.conf')
-rw-r--r--bin/conf/objectscan.conf64
1 files changed, 0 insertions, 64 deletions
diff --git a/bin/conf/objectscan.conf b/bin/conf/objectscan.conf
deleted file mode 100644
index 7e64ea2..0000000
--- a/bin/conf/objectscan.conf
+++ /dev/null
@@ -1,64 +0,0 @@
-[OBJSCAN]
-MAX_QUEUE_ELEMENTS=100000
-#The maximum size of each object to scan.
-ANALYZE_MAX_SIZE=1048576
-ANALYZE_THREAD_NUM=1
-DELAY_ANALYZE_TIME_S=20
-
-KAFKA_BROKSER_IPLIST=192.168.10.12;
-KAFKA_BROKSER_PORT=9092
-
-LOG_FSSTAT_INTERVAL=60
-LOG_FSSTAT_DST_IP=127.0.0.1
-LOG_FSSTAT_DST_PORT=8125
-LOG_FSSTAT_TRIG=1
-
-[TANGO_CACHE]
-#Addresses of minio. Format is defined by WiredLB.
-minio_ip_list=192.168.10.27;
-minio_listen_port=9000
-#For Non-Struct logs, we will use Nginx as a proxy to access each object. Set Nginx's port.
-minio_proxy_port=9100
-#Maximum number of connections opened by per host.
-#max_connection_per_host=1
-#Maximum number of requests in a pipeline.
-#max_cnnt_pipeline_num=20
-#Maximum parellel sessions(http and redis) is allowed to open.
-#max_curl_session_num=20
-#Maximum time the request is allowed to take(seconds).
-#max_curl_transfer_timeout_s=0
-
-#Bucket name in minio.
-cache_bucket_name=openbucket
-cache_bucket_num=32
-#Maximum size of memory used by tango_cache_client. Upload will fail if the current size of memory used exceeds this value.
-max_used_memory_size_mb=5120
-cache_upload_losf_size=4194304
-#When use LOSF mode, objects will be uploaded even if its total size doesnt reach $cache_upload_losf_size after timeouts.
-#cache_upload_losf_timeout_s=10
-#Default TTL of objects, i.e. the time after which the object will expire(minumun 60s, i.e. 1 minute).
-cache_default_ttl_second=36000
-#Whether to hash the object key before cache actions. GET/PUT may be faster if you open it.
-cache_object_key_hash_switch=0
-
-#Store way: 0-MINIO; 1-LOSF, META in REDIS, object in minio; 2-META and small object in Redis, large object in minio;
-cache_store_object_way=1
-#If $cache_store_object_way is 2 and the size of a object is not bigger than this value, object will be stored in redis.
-redis_cache_object_size=512000
-#max_redis_session_num=800
-#If $cache_store_object_way is not 0, we will use redis to store meta and object.
-redis_cluster_ip_list=192.168.10.27;
-redis_cluster_port_range=7101-7106;
-#Configs of WiredLB for Minios load balancer.
-#wiredlb_override=1
-#wiredlb_topic=
-#wiredlb_datacenter=
-wiredlb_health_port=52102
-#wiredlb_group=
-
-log_fsstat_appname=TANGO_CACHE
-log_fsstat_filepath=./log/field_stat.log
-log_fsstat_interval=10
-log_fsstat_trig=1
-log_fsstat_dst_ip=127.0.0.1
-log_fsstat_dst_port=8125