passing css hash to other workers on startup

v1.18.x
Julian Lam 10 years ago
parent 82708d65c6
commit 2e24224449

@ -131,7 +131,8 @@ Loader.addClusterEvents = function(callback) {
cluster.workers[worker_id].send({
action: 'css-propagate',
cache: message.cache,
acpCache: message.acpCache
acpCache: message.acpCache,
hash: message.hash
});
});
break;

Loading…
Cancel
Save