diff options
Diffstat (limited to 'BKULocal/src/main/webapp')
-rw-r--r-- | BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml b/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml index 20d27bb0..46213c97 100644 --- a/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml +++ b/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <MoccaConfiguration version="1.0"> - <DataURLConnection> - <!-- - The maximum number of consecutive Security Layer requests received - from DataURL server before execution is aborted. - --> - <MaxHops>50</MaxHops> - </DataURLConnection> + <DataURLConnection> + <!-- + The maximum number of consecutive Security Layer requests received + from DataURL server before execution is aborted. + --> + <MaxHops>50</MaxHops> + </DataURLConnection> </MoccaConfiguration>
\ No newline at end of file |