Kaynağa Gözat

Rename

master
yangxiaodong 7 yıl önce
ebeveyn
işleme
b0dcd64b2f
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. +4
    -2
      src/Cap.Consistency/Infrastructure/ConsistencyOptions.cs

+ 4
- 2
src/Cap.Consistency/Infrastructure/ConsistencyOptions.cs Dosyayı Görüntüle

@@ -1,4 +1,6 @@
namespace Cap.Consistency.Infrastructure
using Cap.Consistency.Job;

namespace Cap.Consistency.Infrastructure
{
/// <summary>
/// Represents all the options you can use to configure the system.
@@ -7,6 +9,6 @@
{
public string BrokerUrlList { get; set; } = "localhost:9092";

public string Cron { get; set; } = "* * * * *";
public string CronExp { get; set; } = Cron.Minutely();
}
}

Yükleniyor…
İptal
Kaydet