You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-en.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Neo-reGeorg
15
15
Version
16
16
----
17
17
18
-
2.4.1 - [Change Log](CHANGELOG-en.md)
18
+
2.5.0 - [Change Log](CHANGELOG-en.md)
19
19
20
20
21
21
Features
@@ -155,14 +155,21 @@ $ python neoreg.py -h
155
155
--local-dns Use local resolution DNS
156
156
--read-buff BytesLocal read buffer, max data to be sent per
157
157
POST.(default:2048max:2600)
158
-
--read-interval MSRead data interval in milliseconds.(default:100)
158
+
--read-interval MSRead data interval in milliseconds.(default:500)
159
159
--max-threads NProxy max threads.(default:1000)
160
160
-v Increase verbosity level (use -vv or more for greater
161
161
effect)
162
162
```
163
163
164
164
165
165
166
+
Remind
167
+
----
168
+
169
+
* When running `neoreg.py` with high concurrency on Mac OSX, a large number of network requests will be lost. You can use `ulimit -n 2560` to modify the "maximum number of open files" of the current shell.
0 commit comments