mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-09 03:08:57 +00:00
A few optimizations for SQL queries related to repos.
- Support paging for listing owned repos - Reduce SQL queries for getting and listing repos.
This commit is contained in:
@@ -446,7 +446,8 @@ GList *
|
||||
seafile_get_orphan_repo_list(GError **error);
|
||||
|
||||
GList *
|
||||
seafile_list_owned_repos (const char *email, int ret_corrupted, GError **error);
|
||||
seafile_list_owned_repos (const char *email, int ret_corrupted, int start, int limit,
|
||||
GError **error);
|
||||
|
||||
/**
|
||||
* seafile_add_chunk_server:
|
||||
|
Reference in New Issue
Block a user