@@ -45,7 +45,7 @@ public class InsertUserStateUtil {
private String isEnable;
@Async
- @Scheduled(cron = "0 */5 * * * ?")
+ @Scheduled(cron = "0 */15 * * * ?")
@Transactional
public void tableCreationAndDelete() {
if ("true".equals(isEnable)) {