From ade8c62b2a9a83c76c3d44038e5e47d4eca2f638 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Wed, 10 Jul 2019 15:08:44 +0200 Subject: [PATCH] updated README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"