Merge pull request #36 from tobiasd/20171126-dirReadme

add a note about display of bit values in MySQL console to the README…
This commit is contained in:
Hypolite Petovan 2017-11-26 09:12:31 -05:00 committed by GitHub
commit 83232f4946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ New items will be queued in your pull queue.
The queue will be gradually cleared based on your `syncing.max_pull_items` settings.
You can check the backlog of this queue at the `/admin` page.
**Note**: If you set the bit for pulling or pushing in the MySQL console, it won't be visible in a `SELECT` query.
MySQL will however inform you about changed rows after `UPDATE` queries.
## How submissions are processed
1. The /submit endpoint takes a `?url=` parameter.