Fix for unexpected behavior by ECC_UNCORRECT field (#1088)

This commit is contained in:
Yazen AL Musaffar
2025-12-08 12:07:00 -06:00
committed by GitHub
parent a6183e3ca7
commit 277072f241
@@ -473,7 +473,7 @@ rdc_status_t RdcWatchTableImpl::rdc_health_set(rdc_gpu_group_t group_id, unsigne
}
// Start to watch the fields and update fields per 1 second.
result = rdc_field_watch(group_id, field_group_id, 1000000, 0, 0);
result = rdc_field_watch(group_id, field_group_id, 1000000, 1, 1);
return result;
}