passing css hash to other workers on startup

This commit is contained in:
Julian Lam
2014-12-01 14:19:07 -05:00
parent 82708d65c6
commit 2e24224449

View File

@@ -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;