Hi, 
I am joining an existing chain that has over 150,000 blocks already and blocks syncronisation to my local node takes lot of time.. it's already 4 hours and blocks synched 40,000 only. 
Is there anyway that we could improve the speed of sync?. 
getblockchaininfo
{
    "chain" : "main",
    "chainname" : "chain1",
    "description" : "MultiChain chain1",
    "protocol" : "multichain",
    "setupblocks" : 60,
    "reindex" : false,
    "blocks" : 40273,
    "headers" : 154576,
    "bestblockhash" : "00007953b668e13658f2a0242e4fc061a506fb51d4ad466cb71d3a48e
d4b7c6a",
    "difficulty" : 0.00001526,
    "verificationprogress" : 1.00000000,
    "chainwork" : "000000000000000000000000000000000000000000000000000000009d529
d52"
}
Thanks.