@@ -452,7 +452,7 @@ impl<S: SlotClock> ReprocessQueue<S> {
452
452
if self . early_block_debounce . elapsed ( ) {
453
453
warn ! (
454
454
queue_size = MAXIMUM_QUEUED_BLOCKS ,
455
- msg = "check system clock " ,
455
+ msg = "system resources may be saturated " ,
456
456
"Early blocks queue is full"
457
457
) ;
458
458
}
@@ -500,7 +500,7 @@ impl<S: SlotClock> ReprocessQueue<S> {
500
500
if self . rpc_block_debounce . elapsed ( ) {
501
501
warn ! (
502
502
queue_size = MAXIMUM_QUEUED_BLOCKS ,
503
- msg = "check system clock " ,
503
+ msg = "system resources may be saturated " ,
504
504
"RPC blocks queue is full"
505
505
) ;
506
506
}
@@ -540,7 +540,7 @@ impl<S: SlotClock> ReprocessQueue<S> {
540
540
if self . attestation_delay_debounce . elapsed ( ) {
541
541
error ! (
542
542
queue_size = MAXIMUM_QUEUED_ATTESTATIONS ,
543
- msg = "check system clock " ,
543
+ msg = "system resources may be saturated " ,
544
544
"Aggregate attestation delay queue is full"
545
545
) ;
546
546
}
@@ -572,7 +572,7 @@ impl<S: SlotClock> ReprocessQueue<S> {
572
572
if self . attestation_delay_debounce . elapsed ( ) {
573
573
error ! (
574
574
queue_size = MAXIMUM_QUEUED_ATTESTATIONS ,
575
- msg = "check system clock " ,
575
+ msg = "system resources may be saturated " ,
576
576
"Attestation delay queue is full"
577
577
) ;
578
578
}
@@ -606,7 +606,7 @@ impl<S: SlotClock> ReprocessQueue<S> {
606
606
if self . lc_update_delay_debounce . elapsed ( ) {
607
607
error ! (
608
608
queue_size = MAXIMUM_QUEUED_LIGHT_CLIENT_UPDATES ,
609
- msg = "check system clock " ,
609
+ msg = "system resources may be saturated " ,
610
610
"Light client updates delay queue is full"
611
611
) ;
612
612
}
0 commit comments