diff options
Diffstat (limited to 'scripts/post')
| -rwxr-xr-x | scripts/post | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/post b/scripts/post index d9464ff69..df9169153 100755 --- a/scripts/post +++ b/scripts/post @@ -86,7 +86,7 @@ def main(): # hit, the proc is SIGKILL'd giving us no chance to save the message. It # could take a long time to acquire the lock. This way we're fairly safe # against catastrophe at the expense of more disk I/O. - msg.Enqueue(mlist) + msg.Enqueue(mlist, tolist=1) |
