diff --git a/_configuration_8cs_source.html b/_configuration_8cs_source.html
index c6d9a05662..4c95efb3f6 100644
--- a/_configuration_8cs_source.html
+++ b/_configuration_8cs_source.html
@@ -234,28 +234,28 @@ $(function() {
-
-
-
+
+
+
236 Path = ioManager.ConcatPath(configurationRelativePath, x),
237 }).OrderBy(file => file.Path));
-
- 239 catch (IOException e)
-
- 241 logger.LogDebug(e,
"IOException while writing {path}!", path);
-
-
-
-
-
-
-
-
- 250 Path = ioManager.ConcatPath(configurationRelativePath, x),
- 251 }).OrderBy(file => file.Path));
+
+
+
+
+
+ 243 Path = ioManager.ConcatPath(configurationRelativePath, x),
+ 244 }).OrderBy(file => file.Path));
+
+ 246 catch (IOException ex)
+
+ 248 logger.LogDebug(ex,
"IOException while enumerating direcotry!");
+
+
+
diff --git a/_d_m_api_constants_8cs_source.html b/_d_m_api_constants_8cs_source.html
index 82e3fd1545..cc02ddac07 100644
--- a/_d_m_api_constants_8cs_source.html
+++ b/_d_m_api_constants_8cs_source.html
@@ -100,9 +100,9 @@ $(function() {
-
+
-
+
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html
index ebb22b8c45..08f29edc95 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_interop_1_1_d_m_api_constants.html
@@ -114,10 +114,10 @@ Static Public Attributes
| const uint | MaximumBridgeRequestLength = 8198 |
| | The maximum length of a BYOND side bridge request URL. More...
|
| |
-| const uint | MaximumTopicRequestLength = 65529 |
+| const uint | MaximumTopicRequestLength = 65528 |
| | The maximum length in bytes of a global::Byond.TopicSender.ITopicClient payload. More...
|
| |
-| const uint | MaximumTopicResponseLength = 65528 |
+| const uint | MaximumTopicResponseLength = 65529 |
| | The maximum length in bytes of a global::Byond.TopicSender.ITopicClient response. More...
|
| |
| static readonly Version | InteropVersion = Version.Parse(MasterVersionsAttribute.Instance.RawInteropVersion) |
@@ -197,7 +197,7 @@ Static Public Attributes
- | const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicRequestLength = 65529 |
+ const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicRequestLength = 65528 |
|
@@ -225,7 +225,7 @@ Static Public Attributes
- | const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicResponseLength = 65528 |
+ const uint Tgstation.Server.Host.Components.Interop.DMApiConstants.MaximumTopicResponseLength = 65529 |
|
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html
index d56adf1ceb..65eee876f5 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html
+++ b/class_tgstation_1_1_server_1_1_host_1_1_components_1_1_static_files_1_1_configuration.html
@@ -1005,28 +1005,28 @@ Here is the call graph for this function:
227
228 void ListImpl()
229 {
-
- 231 try
- 232 {
+ 230 try
+ 231 {
+
234 {
235 IsDirectory = true,
236 Path = ioManager.ConcatPath(configurationRelativePath, x),
237 }).OrderBy(file => file.Path));
- 238 }
- 239 catch (IOException e)
- 240 {
- 241 logger.LogDebug(e,
"IOException while writing {path}!", path);
- 242 result = null;
- 243 return;
- 244 }
- 245
-
-
- 248 {
- 249 IsDirectory = false,
- 250 Path = ioManager.ConcatPath(configurationRelativePath, x),
- 251 }).OrderBy(file => file.Path));
+ 238
+
+
+ 241 {
+ 242 IsDirectory = false,
+ 243 Path = ioManager.ConcatPath(configurationRelativePath, x),
+ 244 }).OrderBy(file => file.Path));
+ 245 }
+ 246 catch (IOException ex)
+ 247 {
+ 248 logger.LogDebug(ex,
"IOException while enumerating direcotry!");
+ 249 result = null;
+ 250 return;
+ 251 }
252 }
253