Skip to content

Commit

Permalink
特性:提高仓库源替换代码的优先级,避免被覆盖
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiyuan committed Nov 14, 2022
1 parent 9fa7b40 commit d01723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-china-yes.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function init() {
}

return wp_remote_request( $url, $r );
}, 1, 3 );
}, 999999, 3 );
}


Expand Down

0 comments on commit d01723c

Please sign in to comment.