diff --git a/plugins/simpleping/simpleping_index.py b/plugins/simpleping/simpleping_index.py index 6d722b100..895c996d3 100755 --- a/plugins/simpleping/simpleping_index.py +++ b/plugins/simpleping/simpleping_index.py @@ -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']