Skip to content

Commit 0537ff9

Browse files
committed
config.lua
1 parent 00c1f38 commit 0537ff9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

section5/config.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
-- copyright (c) 2020 chrono
2+
3+
-- it is more flexible than json
4+
config = {
5+
6+
max_buf_size = 4 * 1024,
7+
8+
keyword = "super",
9+
10+
sold_criteria = 100,
11+
12+
revenue_criteria = 1000,
13+
14+
best_n = 3,
15+
16+
time_interval = 1,
17+
18+
}

0 commit comments

Comments
 (0)