| 2285 | } |
| 2286 | |
| 2287 | void blockingOperationEnds() { |
| 2288 | if(!(--server.blocking_op_nesting)){ |
| 2289 | server.blocked_last_cron = 0; |
| 2290 | } |
| 2291 | } |
| 2292 | |
| 2293 | /* This function fill in the role of serverCron during RDB or AOF loading, and |
| 2294 | * also during blocked scripts. |
no outgoing calls
no test coverage detected