diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-01 03:21:13 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-01 03:21:13 +0800 |
commit | 18e45aab98bf9a74834a75877b7f80f508508dba (patch) | |
tree | d8499338a79a28bd0890bc4cf1476cc34ef1fea8 /internal/conf | |
parent | 344b784d6943ac033d2ce755b6eee34ffc0401e4 (diff) |
template: improve admin config page
Diffstat (limited to 'internal/conf')
-rw-r--r-- | internal/conf/static.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/conf/static.go b/internal/conf/static.go index b4d95bc6..acd91fc2 100644 --- a/internal/conf/static.go +++ b/internal/conf/static.go @@ -293,7 +293,6 @@ var ( // Webhook settings Webhook struct { Types []string - QueueLength int DeliverTimeout int SkipTLSVerify bool `ini:"SKIP_TLS_VERIFY"` PagingNum int |