automerge
This commit is contained in:
@ -287,7 +287,7 @@ impl JsonRpcService {
|
|||||||
genesis_hash,
|
genesis_hash,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.threads(4)
|
.threads(num_cpus::get())
|
||||||
.cors(DomainsValidation::AllowOnly(vec![
|
.cors(DomainsValidation::AllowOnly(vec![
|
||||||
AccessControlAllowOrigin::Any,
|
AccessControlAllowOrigin::Any,
|
||||||
]))
|
]))
|
||||||
|
Reference in New Issue
Block a user