galovics commented on code in PR #2320: URL: https://github.com/apache/fineract/pull/2320#discussion_r870281836
########## fineract-doc/src/docs/en/chapters/development/instance-type.adoc: ########## @@ -0,0 +1,178 @@ += Fineract Instance types + +In cases where Fineract has to deal with high load, it can cause a performance problem for a single Fineract instance. +To overcome this problem, Fineract instances can be started in different instance types for better scalability and performance in a multi-instance environment: + +Read instance Review Comment: Let's make this a proper list: https://docs.asciidoctor.org/asciidoc/latest/lists/unordered/ ########## fineract-doc/src/docs/en/chapters/development/index.adoc: ########## @@ -6,6 +6,8 @@ include::git.adoc[leveloffset=+1] include::gpg.adoc[leveloffset=+1] +include::instance-type.adoc[leveloffset=+1] Review Comment: I think this section should rather be in the architecture one (or maybe deployment). Thoughts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
