Update constants.go

This commit is contained in:
Mary Smiley 2024-03-16 09:33:19 +08:00 committed by GitHub
parent 9adefa80b9
commit daba5145a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,13 @@ var AutomaticEnableChannelEnabled = false
var QuotaRemindThreshold = 1000
var PreConsumedQuota = 500
var QuotaForLinuxDoLevel1 = 0
var QuotaForLinuxDoLevel2 = 0
var QuotaForLinuxDoLevel3 = 0
var QuotaForLinuxDoLevel4 = 0
var LinuxDoUserQuotaRefreshInterval = 24
var AutomaticRefreshLinuxDoUserQuotaEnabled = false
var RetryTimes = 0
var RootUserEmail = ""