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.
2 parents 3cdcc8f + b19ecbc commit 1f2ba57Copy full SHA for 1f2ba57
src/Server/OneTrueError.Web/Areas/Admin/Views/Queues/Index.cshtml
@@ -24,7 +24,7 @@
24
</p>
25
<p>
26
If you want to make sure that all reports are received ASAP at all times we recommend MSMQ queues as
27
- they are run om the local system they will be processed as long as the sever is up (no dependency on the SQL server). By using
+ they are run om the local system they will be processed as long as the server is up (no dependency on the SQL server). By using
28
MSMQ you can also configure a monitoring software to have alarms on the queues to see if something goes wrong.
29
30
<form method="post" action="@Url.Action("Index")" class="form">
@@ -94,4 +94,4 @@
94
$('#msmq').hide();
95
}
96
</script>
97
-}
+}
0 commit comments