|
|
@@ -53,7 +53,7 @@ public interface LuceneMessageDao
|
|
|
* @param tableNames
|
|
|
* @return
|
|
|
*/
|
|
|
- @Query(value = "select count(1) from lucene$message where me_retry_count < 10 and me_table_name in :tableNames", nativeQuery = true)
|
|
|
+ @Query(value = "select count(1) from lucene$message where me_retry_count < 5 and me_table_name in :tableNames", nativeQuery = true)
|
|
|
long countByTableNames(@Param("tableNames") String[] tableNames);
|
|
|
|
|
|
/**
|