Commit b5b0fbe4 authored by Liang Ding's avatar Liang Ding

🔥 删除无用配置文件

parent b52a93cf
<?xml version="1.0" encoding="UTF-8"?>
<!--
Solo - A beautiful, simple, stable, fast Java blogging system.
Copyright (c) 2010-2018, b3log.org & hacpai.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!--
Description: Task queue configurations.
Version: 2.0.1.2, Jan 8, 2016
Author: Liang Ding
-->
<queue-entries>
<queue>
<name>fix-queue</name>
<rate>20/m</rate>
<retry-parameters>
<task-retry-limit>7</task-retry-limit>
</retry-parameters>
</queue>
</queue-entries>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment