| @@ -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, | ||||||
|                 ])) |                 ])) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user