Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cyrus-imapd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
cyrus-imapd
Commits
09ac5d9e
Commit
09ac5d9e
authored
Jan 14, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed squatter configuration
parent
9c37a54e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
09ac5d9e
...
@@ -66,9 +66,9 @@ EVENTS {
...
@@ -66,9 +66,9 @@ EVENTS {
# indexing of mailboxs for server side fulltext searches
# indexing of mailboxs for server side fulltext searches
# reindex changed mailboxes (fulltext) approximately every other hour
# reindex changed mailboxes (fulltext) approximately every other hour
squatter1
cmd
=
"
nice -n 19 squatter -s
"
period
=
120
squatter1
cmd
=
"
/usr/bin/ionice -c idle squatter -i
"
period
=
120
# reindex all mailboxes (fulltext) daily
# reindex all mailboxes (fulltext) daily
squattera
cmd
=
"squatter"
period
=
4464
0
squattera
cmd
=
"squatter"
period
=
8640
0
}
}
endef
endef
export
CYRUS_CONFIG
export
CYRUS_CONFIG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment