()
| 326 | |
| 327 | // Statistics of the number of tasks in a single instance file and the number of tasks in the entire daemon process |
| 328 | function fileTaskStart() { |
| 329 | if (instance) { |
| 330 | instance.info.fileLock++; |
| 331 | globalEnv.fileTaskCount++; |
| 332 | } |
| 333 | } |
| 334 | |
| 335 | function fileTaskEnd() { |
| 336 | if (instance) { |