diff --git a/README.md b/README.md index fd92f89..f0aaa33 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ Configure in github-to-gogs.ini [global] request_timeout=1200s user_agent="Golang" +threads=4 [github] stars_pages="https://api.github.com/users/%s/starred?page=%d" -max_pages_number=8 +max_per_page=500 +page_num=3 auth_username="user" auth_password="pass" content_type="application/x-www-form-urlencoded"