Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaTW committed Nov 22, 2018
1 parent ad18276 commit 8d4c800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ cdn_try_load_count | Number of attempts to download the game file.
cdn_network_timeout | Wait time between the download attempts (in milliseconds). Recommended ‘30000‘. Must be used in pair with "cdn_block_size".
cdn_block_size|Bytes in swap buffer. Default ‘1048576‘. Must be used in pair with "cdn_network_timeout".
enable_locate_button | Whether to show the *Locate the game* button for game searching. Can be ‘true‘ or ‘false‘. ‘true‘ by default.
check_update_interval | The interval for checking game updates availability in milliseconds. Default is ‘10800000’.

<details><summary>Example</summary>

Expand All @@ -117,7 +118,8 @@ enable_locate_button | Whether to show the *Locate the game* button for game sea
"always_open_default_news_tab": true,
"cdn_try_load_count": 3,
"cdn_network_timeout": 30000,
"enable_locate_button": true
"enable_locate_button": true,
"check_update_interval": 10800000
}
```
</details>
Expand Down

0 comments on commit 8d4c800

Please sign in to comment.