0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 12:38:27 +01:00
gitea/modules/lfs
Royce Remer c60e4dc109
Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settings. (#32307)
This contains two backwards-compatible changes:
* in the lfs http_client, the number of lfs oids requested per batch is
loaded from lfs_client#BATCH_SIZE and defaulted to the previous value of
20
* in the lfs server/service, the max number of lfs oids allowed in a
batch api request is loaded from server#LFS_MAX_BATCH_SIZE and defaults
to 'nil' which equates to the previous behavior of 'infinite'

This fixes #32306

---------

Signed-off-by: Royce Remer <royceremer@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-10-30 05:41:55 +00:00
..
client_test.go
client.go
content_store.go Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
endpoint_test.go
endpoint.go
filesystem_client.go fix: close file in the Upload func (#30262) 2024-04-03 10:58:13 -04:00
http_client_test.go Support legacy _links LFS batch responses (#31513) 2024-06-28 08:42:57 +00:00
http_client.go Add new [lfs_client].BATCH_SIZE and [server].LFS_MAX_BATCH_SIZE config settings. (#32307) 2024-10-30 05:41:55 +00:00
LICENSE
pointer_scanner_gogit.go
pointer_scanner_nogogit.go Make sure git version&feature are always prepared (#30877) 2024-05-06 18:34:16 +02:00
pointer_test.go
pointer.go Use crypto/sha256 (#29386) 2024-02-25 13:32:13 +00:00
shared.go Distinguish LFS object errors to ignore missing objects during migration (#31702) 2024-07-31 10:29:48 +00:00
transferadapter_test.go Fix #31185 try fix lfs download from bitbucket failed (#31201) 2024-06-11 22:22:28 +00:00
transferadapter.go Fix #31185 try fix lfs download from bitbucket failed (#31201) 2024-06-11 22:22:28 +00:00