Skip to content
Snippets Groups Projects
Commit addc916d authored by Tiago Gomes's avatar Tiago Gomes
Browse files

elementjob: stop calculating cache size

Calculating the cache size on the child_process_data() is racy, as this
runs in the main process which does not obtain exclusive access to the
cache resource.

This calculation also seems unnecessary, as it will triggered when
BuildQueue.done() is called.
parent 9b469fe6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment