mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 10:12:25 -06:00
[chore]: Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1855)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
23705b31e4
commit
55aacaf4b0
138 changed files with 27543 additions and 25484 deletions
8
vendor/github.com/bytedance/sonic/option/option.go
generated
vendored
8
vendor/github.com/bytedance/sonic/option/option.go
generated
vendored
|
|
@ -16,6 +16,14 @@
|
|||
|
||||
package option
|
||||
|
||||
var (
|
||||
// DefaultDecoderBufferSize is the initial buffer size of StreamDecoder
|
||||
DefaultDecoderBufferSize uint = 128 * 1024
|
||||
|
||||
// DefaultEncoderBufferSize is the initial buffer size of Encoder
|
||||
DefaultEncoderBufferSize uint = 128 * 1024
|
||||
)
|
||||
|
||||
// CompileOptions includes all options for encoder or decoder compiler.
|
||||
type CompileOptions struct {
|
||||
// the maximum depth for compilation inline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue