Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Set single threaded resolver as default
Browse files Browse the repository at this point in the history
  • Loading branch information
aikixd authored Feb 12, 2024
1 parent 03888f0 commit ccc54cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dag/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ pub type StCircuitResolver<F, CFG> = resolvers::StCircuitResolver<F, CFG>;
pub type MtCircuitResolver<F, CFG> =
resolvers::MtCircuitResolver<F, LiveResolverSorter<F, CFG>, CFG>;

pub type DefaultCircuitResolver<F, CFG> = MtCircuitResolver<F, CFG>;
pub type DefaultCircuitResolver<F, CFG> = StCircuitResolver<F, CFG>;

0 comments on commit ccc54cd

Please sign in to comment.