client.conf 868 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "conversion":
  3. {
  4. "pdf_root_path": "/media/kdan/0d2e102d-a28c-4d29-a512-f1409a936b44/Data/sbp1/",
  5. "conversion_resource_path": "/home/kdan/repo/conversion_repos/pdfium_tools/",
  6. "conversion_instance": "conversion_fastdeploy",
  7. "conversion_type": "2txt",
  8. "output_path": "/media/kdan/0d2e102d-a28c-4d29-a512-f1409a936b44/Data/神笔派/output/",
  9. "model_path": "model_path/home/kdan/下载/ppyoloe_plus_crn_m_80e_coco_DET_TA_F_20230511",
  10. "outer_batch_size": 10000000,
  11. "inner_batch_size": 100000
  12. },
  13. "client":
  14. {
  15. "remote_host": "192.168.10.147",
  16. "remote_port": 8080,
  17. "redirect_max": 2,
  18. "retry_max": 2
  19. },
  20. "global":
  21. {
  22. "poller_threads": 30,
  23. "handler_threads": 60,
  24. "endpoint_params":
  25. {
  26. "max_connections": 20000,
  27. "connect_timeout": 1000000,
  28. "response_timeout": 1000000
  29. }
  30. }
  31. }