@@ -250,7 +250,7 @@ namespace HealthMonitor.Service.Resolver | |||||
if (string.IsNullOrWhiteSpace(schedule_push)) | if (string.IsNullOrWhiteSpace(schedule_push)) | ||||
{ | { | ||||
// 注册首次下推 | // 注册首次下推 | ||||
#if DEBUG1 | |||||
#if DEBUG | |||||
await _serviceEtcd.PutValAsync(key, result, 60*1, false).ConfigureAwait(false); | await _serviceEtcd.PutValAsync(key, result, 60*1, false).ConfigureAwait(false); | ||||
#else | #else | ||||
//DateTime sNow = DateTime.Now; | //DateTime sNow = DateTime.Now; | ||||