mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-16 22:46:50 +00:00
Discourse: default to update mode 2 (#1465)
This commit is contained in:
parent
c5d7d27459
commit
32a1db3010
@ -75,7 +75,7 @@ export class Mirror {
|
||||
...defaultOptions,
|
||||
...(options || {}),
|
||||
};
|
||||
this._mode = mode || "MODE_1_ITERATE_BY_ID";
|
||||
this._mode = mode || "MODE_2_LOAD_BUMPED_TOPICS";
|
||||
}
|
||||
|
||||
async update(reporter: TaskReporter) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user