diff --git a/app/Controllers/CLI/Cloudflare.php b/app/Controllers/CLI/Cloudflare.php index 7b71478..62582eb 100644 --- a/app/Controllers/CLI/Cloudflare.php +++ b/app/Controllers/CLI/Cloudflare.php @@ -52,7 +52,7 @@ class Cloudflare extends BaseController public function reload(mixed $uid = false): void { //Transaction Start - $this->_db->transStart(); + // $this->_db->transStart(); try { $auths = $this->auth_process($uid); foreach ($auths as $auth) { @@ -67,10 +67,10 @@ class Cloudflare extends BaseController $this->record_process($zone); } log_message("notice", "Reload 작업을 완료하였습니다."); - $this->_db->transCommit(); + // $this->_db->transCommit(); } catch (\Exception $e) { //Transaction Rollback - $this->_db->transRollback(); + // $this->_db->transRollback(); log_message( "error", "Reload 작업을 실패하였습니다.\n--------------\n" .