@ -72,12 +72,6 @@ public class AsnBackgroundWorker : AsyncPeriodicBackgroundWorkerBase
var scpAsns = await scpAsnManager.GetUnreadAsnsAsync(site,maxUid, _options.Value.BatchSize);
if (scpAsns.Count <= 0)
{
Logger.LogInformation($"{site}: no new ASN");
continue;
}
Logger.LogInformation($"{site}: {scpAsns.Count} ASNs were Found");
foreach (var asn in scpAsns)
@ -40,7 +40,7 @@
"RetryTimes": 3,
"BatchSize": 10,
"Receiver": "IACNA_ID",
"Sites": [ "T8", "T9" ]
"Sites": [ "T8", "T5" ]
},
"AlwaysAllowAuthorization": true