广告返回上限设置为100

This commit is contained in:
pengtao 2019-09-06 11:08:57 +08:00
parent 0613c4cf06
commit e8a2ad4533
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'