Skip to content

Commit

Permalink
fix tarsnotify config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Nov 6, 2023
1 parent 0a3a2aa commit c4aba74
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deploy/framework/conf/tarsnotify/conf/tars.tarsnotify.config.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<tars>
sql=CREATE TABLE `${TABLE}` ( `id` int(11) NOT NULL AUTO_INCREMENT, `application` varchar(128) DEFAULT '', `server_name` varchar(128) DEFAULT NULL, `container_name` varchar(128) DEFAULT '' , `node_name` varchar(128) NOT NULL DEFAULT '', `set_name` varchar(16) DEFAULT NULL, `set_area` varchar(16) DEFAULT NULL, `set_group` varchar(16) DEFAULT NULL, `server_id` varchar(100) DEFAULT NULL, `thread_id` varchar(20) DEFAULT NULL, `command` varchar(50) DEFAULT NULL, `result` text, `notifytime` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `index_name` (`server_name`), KEY `servernoticetime_i_1` (`notifytime`), KEY `indx_1_server_id` (`server_id`), KEY `query_index` (`application`,`server_name`,`node_name`,`set_name`,`set_area`,`set_group`) ) ENGINE\=InnoDB DEFAULT CHARSET\=utf8
<application>
enableset=n
setdivision=NULL
@@ -46,15 +45,6 @@
#retain history records
retainHistory = 100

<hash>
min_block=50
max_block=200
factor=1.5
file_path=./notify
file_size=50000000
max_page_num=30
max_page_size=20
</hash>
<db>
charset=utf8
dbhost=db.tars.com

0 comments on commit c4aba74

Please sign in to comment.