tweaks for the new server

This commit is contained in:
Erik Winter 2021-09-19 09:04:27 +02:00
parent 4c19ed8d86
commit dd76e50588
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ func main() {
func Run(inboxProc *process.Inbox, recurProc *process.Recur, logger log.Logger) {
logger = logger.WithField("func", "run")
inboxTicker := time.NewTicker(10 * time.Second)
inboxTicker := time.NewTicker(30 * time.Second)
recurTicker := time.NewTicker(time.Hour)
oldToday := task.Today

View File

@ -16,7 +16,7 @@ var (
)
const (
FOLDER_INBOX = "GTE/In"
FOLDER_INBOX = "GTE/Inbox"
FOLDER_NEW = "GTE/New"
FOLDER_RECURRING = "GTE/Recurring"
FOLDER_PLANNED = "GTE/Planned"