parent
cd4927053e
commit
55ed52a71d
|
@ -289,7 +289,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,
|
||||||
]))
|
]))
|
||||||
|
|
Loading…
Reference in New Issue