| 1234567891011121314151617181920212223242526272829 |
- thread-pool:
- enabled: true
- queue-capacity: 1000
- keep-alive-seconds: 60
- sync:
- hmac-signature:
- enabled: true
- timestamp-tolerance-seconds: 300
- api-key-header: X-Api-Key
- timestamp-header: X-Timestamp
- nonce-header: X-Nonce
- signature-header: X-Signature
- algorithm-header: X-Signature-Algorithm
- clients:
- sync-jw: jwapi-t3E9qrMRn74ClaahRo6F3WjJOgCBu1F3i39diSvoYT0uJX5ZPh1Pl6SWPNDcjYxe
- batch:
- chunk-size: 100
- max-parallel-chunks: 5
- timeout: 300
- logging:
- level:
- org:
- dromara:
- server:
- sync:
- business:
- batch: INFO
|