linwe
2024-09-03 764d883b5ea3bdc06abbec548b6df0511e567978
src/main/java/org/springblade/binlog/constant/BinLogConstants.java
@@ -31,9 +31,19 @@
   @Value("${binlog.table}")
   private String table;
   @Value("${binlog.from.datasource.url}")
   private String fromUrl;
   @Value("${binlog.from.datasource.username}")
   private String fromUsername;
   @Value("${binlog.from.datasource.password}")
   private String fromPassword;
   public static final int consumerThreads = 5;
   public static final long queueSleep = 1000;
//   public static final long queueSleep = 1000;
   public static final long queueSleep = 200;
}