Update simpleping_index.py

This commit is contained in:
Mr Chen 2024-07-11 13:28:44 +08:00
parent 04b7e07e90
commit 0dbbbf4359
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def pingData(args = ()):
atype = args['type']
if atype == 'pos':
pos = args['pos']
data = conn.where('created_unix>?',(pos,)).limit("1000").select()
data = conn.where('created_unix>?',(pos,)).limit("10000").select()
elif atype == 'range':
start = args['start']
end = args['end']