🎨 调整快照列表分页参数
This commit is contained in:
parent
55a4107017
commit
72225ff73c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func GetRepoIndexLogs(page int) (logs []*dejavu.Log, pageCount, totalCount int,
|
|||
return
|
||||
}
|
||||
|
||||
logs, pageCount, totalCount, err = repo.GetIndexLogs(page, 16)
|
||||
logs, pageCount, totalCount, err = repo.GetIndexLogs(page, 32)
|
||||
if nil != err {
|
||||
if dejavu.ErrNotFoundIndex == err {
|
||||
logs = []*dejavu.Log{}
|
||||
|
|
Loading…
Add table
Reference in a new issue