We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fea83 commit 78f3c4cCopy full SHA for 78f3c4c
console-subscriber/src/aggregator/mod.rs
@@ -423,7 +423,7 @@ impl Aggregator {
423
id.clone(),
424
Task {
425
id: id.clone(),
426
- is_dirty: AtomicBool::new(false),
+ is_dirty: AtomicBool::new(true),
427
metadata,
428
fields,
429
location,
@@ -448,7 +448,7 @@ impl Aggregator {
448
449
Resource {
450
451
452
parent_id,
453
kind,
454
@@ -494,7 +494,7 @@ impl Aggregator {
494
495
AsyncOp {
496
497
498
resource_id,
499
500
source,
0 commit comments