Skip to content

Commit

Permalink
Rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixiron committed Mar 16, 2021
1 parent 9bafce0 commit e3dc240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/template/differential_datalog/src/program/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ impl Program {
let program = Arc::new(self.clone());
let profiling = ProfilingData::new(profile_cpu.clone(), profile_timely.clone(), prof_send);

let mut config = Config::process(number_workers);
let mut config = TimelyConfig::process(number_workers);

// Allow configuring the merge behavior of ddflow
// FIXME: Expose the merge behavior to all apis and deprecate the env var
Expand Down

0 comments on commit e3dc240

Please sign in to comment.