广告返回上限设置为100
This commit is contained in:
parent
0613c4cf06
commit
e8a2ad4533
@ -20,7 +20,7 @@ from urllib.parse import unquote
|
||||
define_logger("/data/logs/ad_interface_tornado.log")
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
limit = 10
|
||||
limit = 100
|
||||
|
||||
|
||||
|
||||
|
@ -11,7 +11,7 @@ import json
|
||||
define_logger("/data/logs/ad_tasks.log")
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
limit = 10
|
||||
limit = 100
|
||||
|
||||
ad_list_interface_port = 5014
|
||||
BEGIN = '1999-01-01'
|
||||
|
Loading…
x
Reference in New Issue
Block a user