File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ServiceControl.Audit.Persistence.RavenDB/CustomChecks
ServiceControl.Persistence.RavenDB/CustomChecks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public override async Task<CheckResult> PerformCheck(CancellationToken cancellat
1616 {
1717 var message = $ "There is a high level of RavenDB dirty memory ({ dirtyMemoryKb } kb). Check the ServiceControl " +
1818 "troubleshooting guide for guidance on how to mitigate the issue. " +
19- "Visit the https://docs.particular.net/servicecontrol/troubleshooting page for more information." ;
19+ "Visit the https://docs.particular.net/servicecontrol/troubleshooting#ravendb-dirty-memory page for more information." ;
2020 Log . Warn ( message ) ;
2121 return CheckResult . Failed ( message ) ;
2222 }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public override async Task<CheckResult> PerformCheck(CancellationToken cancellat
1616 {
1717 var message = $ "There is a high level of RavenDB dirty memory ({ dirtyMemoryKb } kb). Check the ServiceControl " +
1818 "troubleshooting guide for guidance on how to mitigate the issue. " +
19- "Visit the https://docs.particular.net/servicecontrol/troubleshooting page for more information." ;
19+ "Visit the https://docs.particular.net/servicecontrol/troubleshooting#ravendb-dirty-memory page for more information." ;
2020 Log . Warn ( message ) ;
2121 return CheckResult . Failed ( message ) ;
2222 }
You can’t perform that action at this time.
0 commit comments