zoukankan      html  css  js  c++  java
  • fastdfs 中client.conf 文件

    # connect timeout in seconds
    # default value is 30s
    connect_timeout=30              连接超时

    # network timeout in seconds
    # default value is 30s
    network_timeout=60              网络超时

    # the base path to store log files
    base_path=/home/yuqing/fastdfs              日志文件目录

    # tracker_server can ocur more than once, and tracker_server format is
    #  "host:port", host can be hostname or ip address
    tracker_server=10.0.0.42:22122                             tracker服务器地址

    #standard log level as syslog, case insensitive, value list:
    ### emerg for emergency
    ### alert
    ### crit for critical
    ### error
    ### warn for warning
    ### notice
    ### info
    ### debug
    log_level=info                      日志级别

    # if use connection pool
    # default value is false
    # since V4.05
    use_connection_pool = false               是否使用连接池

    # connections whose the idle time exceeds this time will be closed
    # unit: second
    # default value is 3600
    # since V4.05
    connection_pool_max_idle_time = 3600           

    # if load FastDFS parameters from tracker server
    # since V4.05
    # default value is false
    load_fdfs_parameters_from_tracker=false

    # if use storage ID instead of IP address
    # same as tracker.conf
    # valid only when load_fdfs_parameters_from_tracker is false
    # default value is false
    # since V4.05
    use_storage_id = false

    # specify storage ids filename, can use relative or absolute path
    # same as tracker.conf
    # valid only when load_fdfs_parameters_from_tracker is false
    # since V4.05
    storage_ids_filename = storage_ids.conf


    #HTTP settings
    http.tracker_server_port=80

    #use "#include" directive to include HTTP other settiongs
    ##include http.conf
    ---------------------
    作者:centos2015
    来源:CSDN
    原文:https://blog.csdn.net/zonghua521/article/details/78200227
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    hdu 1028 Ignatius and the Princess III (n的划分)
    CodeForces
    poj 3254 Corn Fields (状压DP入门)
    HYSBZ 1040 骑士 (基环外向树DP)
    PAT 1071 Speech Patterns (25)
    PAT 1077 Kuchiguse (20)
    PAT 1043 Is It a Binary Search Tree (25)
    PAT 1053 Path of Equal Weight (30)
    c++ 常用标准库
    常见数学问题
  • 原文地址:https://www.cnblogs.com/liang715200/p/10903758.html
Copyright © 2011-2022 走看看