Этот коммит содержится в:
Jesse Hallam
2019-02-25 12:07:45 -04:00
коммит произвёл GitHub
родитель 5b24c44e19
Коммит 72448d12a9
11 изменённых файлов: 25 добавлений и 666 удалений

Просмотреть файл

@@ -182,7 +182,7 @@ func NewServer(options ...Option) (*Server, error) {
model.AppErrorInit(utils.T)
s.timezones = timezones.New("")
s.timezones = timezones.New()
// Start email batching because it's not like the other jobs
s.InitEmailBatching()