From d84bdbb3b3e55d1ab308b3415013108d394dc365 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 2 Oct 2015 17:08:11 +0200 Subject: Update thrift API with optional options --- src/main/thrift/bwlp.thrift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/thrift/bwlp.thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 26d3870..b241b1a 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -337,11 +337,15 @@ struct SatelliteConfig { 4: i32 maxImageValidityDays, // Maximum number of days the expiration date of a lecture may be set in the future 5: i32 maxLectureValidityDays, + // Maximum number of concurrent transfers (individual uploads/downloads) + 6: optional i32 maxTransfers, + // Maximum number of connections per transfer + 7: optional i32 maxConnectionsPerTransfer, } struct SatelliteStatus { 1: i64 availableStorageBytes, - 2: UnixTimestamp serverTime + 2: UnixTimestamp serverTime, } // Settings a user can change on a satellite server -- cgit v1.2.3-55-g7522