]> git.mxchange.org Git - friendica.git/blob - doc/database/db_worker-ipc.md
Trailing whitespace removed
[friendica.git] / doc / database / db_worker-ipc.md
1 Table worker-ipc
2 ===========
3
4 Inter process communication between the frontend and the worker
5
6 | Field | Description               | Type    | Null | Key | Default | Extra |
7 | ----- | ------------------------- | ------- | ---- | --- | ------- | ----- |
8 | key   |                           | int     | NO   | PRI | NULL    |       |
9 | jobs  | Flag for outstanding jobs | boolean | YES  |     | NULL    |       |
10
11 Return to [database documentation](help/database)