aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index a826d868..c547d715 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1450,6 +1450,18 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1450 /* FS TAB */ 1450 /* FS TAB */
1451 1451
1452 { 1452 {
1453 "GNUNET_setup_fs_datastore_quota_spinbutton",
1454 "value-changed",
1455 "datastore",
1456 "QUOTA",
1457 gettext_noop ("How many bytes are we allowed to store in the local datastore?"),
1458 "https://gnunet.org/datastore-quota",
1459 &load_number,
1460 &save_number, NULL,
1461 NULL, NULL,
1462 NULL},
1463
1464 {
1453 "GNUNET_setup_fs_datastore_sqlite_radiobutton", 1465 "GNUNET_setup_fs_datastore_sqlite_radiobutton",
1454 "toggled", 1466 "toggled",
1455 "datastore", 1467 "datastore",
@@ -1594,6 +1606,20 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1594 NULL, NULL, 1606 NULL, NULL,
1595 NULL}, 1607 NULL},
1596 1608
1609
1610 {
1611 "GNUNET_setup_fs_datacache_quota_spinbutton",
1612 "value-changed",
1613 "dhtcache",
1614 "QUOTA",
1615 gettext_noop ("How many bytes are we allowed to store in the local datacache?"),
1616 "https://gnunet.org/datacache-quota",
1617 &load_number,
1618 &save_number, NULL,
1619 NULL, NULL,
1620 NULL},
1621
1622
1597 { 1623 {
1598 "GNUNET_setup_fs_datacache_sqlite_radiobutton", 1624 "GNUNET_setup_fs_datacache_sqlite_radiobutton",
1599 "toggled", 1625 "toggled",