]> Sergey Matveev's repositories - nnn.git/commit
More frequent interrupt handling during du
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 14 Nov 2021 19:03:25 +0000 (00:33 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 14 Nov 2021 19:41:46 +0000 (01:11 +0530)
commitf66183937d3c6f36fc9533ff5777e7c236903747
treef7e54c860f7409748ed13173387be910194ba2c5
parent6178be7e06dcb9a55eeff546ae545f75de2a881e
More frequent interrupt handling during du

The check is done when traversing directories in preorder i.e before the files
inside are enumerated. Postorder traversal is unwinding, so mostly we are done
with the calculation and finishing off the thread.
src/nnn.c