Differences From:
File
src/setup.c
part of check-in
[ebb2765954]
- Add the timeline display preferences page with the ability to turn on
and off block markup in timeline comments and to limit the length of
timeline comments.
by
drh on
2007-12-04 02:47:49.
Also file
src/setup.c
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
To:
File
src/setup.c
part of check-in
[5d3783bd61]
- Fix a typo on the user setup page. Reported via email by Brad Harder.
by
drh on
2008-02-01 12:39:40.
Also file
src/setup.c
part of check-in
[dbdc160161]
- Merged with mainline.
by
aku on
2008-02-02 07:33:03.
[view]
@@ -415,9 +415,9 @@
@ is displayed on the login screen beside the password entry box
@ so anybody who can read should be able to login as anonymous.
@ On the other hand, spiders and web-crawlers will typically not
@ be able to login. Set the capabilities of the anonymous user
- @ to things that you want any human to be able to do, but no any
+ @ to things that you want any human to be able to do, but not any
@ spider.
@ </p></li>
@ </form>
style_footer();
@@ -529,8 +529,17 @@
entry_attribute("Login expiration time", 6, "cookie-expire", "cex", "8766");
@ <p>The number of hours for which a login is valid. This must be a
@ positive number. The default is 8760 hours which is approximately equal
@ to a year.</p>
+
+ @ <hr>
+ entry_attribute("Download packet limit", 10, "max-download", "mxdwn",
+ "5000000");
+ @ <p>Fossil tries to limit out-bound sync, clone, and pull packets
+ @ to this many bytes, uncompressed. If the client requires more data
+ @ than this, then the client will issue multiple HTTP requests.
+ @ Values below 1 million are not recommended. 5 million is a
+ @ reasonable number.</p>
@ <hr>
@ <p><input type="submit" name="submit" value="Apply Changes"></p>
@ </form>