LingxinMeng 7 months ago
parent
commit
07729851c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/python2/pjibot/pcd-pjibot_guide.py

+ 1 - 1
src/python2/pjibot/pcd-pjibot_guide.py

@@ -14,7 +14,7 @@ logging.basicConfig(filename=path1 + 'log/pcd-pjibot_guide.log', level=logging.I
                     format='%(asctime)s - %(levelname)s - %(message)s')
 
 key1 = 'pjibot/'
-sleep_time = 60  # 每多少秒扫描一次
+sleep_time = 30  # 每多少秒扫描一次
 
 error_bag_json = "/mnt/disk001/dcl_data_process/src/python2/pjibot/pcd-errorBag.json"
 def parse_json_to_string_array(file_path):