diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2018-04-17 07:43:43 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2018-04-17 07:43:43 +0000 |
commit | e3d325f1d0f4a43e0967aeef5a7afba41566679e (patch) | |
tree | 164dc6f7f225c500ac21d64ac43898c41dcdbe75 /databases | |
parent | net-im/slack-term: Update to 0.4.0 (diff) |
Provide Akonadi (server) and KMail (client) with a pkg-message that
provides a workaround for "the world is going to end!" messages.
Approved by: tcberner (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=467566
Diffstat (limited to 'databases')
-rw-r--r-- | databases/akonadi/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/akonadi/pkg-message b/databases/akonadi/pkg-message new file mode 100644 index 000000000000..d95f817ff711 --- /dev/null +++ b/databases/akonadi/pkg-message @@ -0,0 +1,12 @@ +=============================================================================== + +KDE Applications versions of Akonadi, KMail, and Kontact use large +messages on the local machine. The default size on FreeBSD is too +small, which causes local connection problems, and Akonadi-based +applications will be flaky (e.g. mailboxes do not display, messages +cannot be found). Increasing the buffer size is recommended: + + sysctl net.local.stream.recvspace=65536 + sysctl net.local.stream.sendspace=65536 + +=============================================================================== |