This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-190 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit e050bb2796d0744349619a469d22b7fe0585df97 Author: Sergey Kamov <[email protected]> AuthorDate: Wed Dec 16 14:51:39 2020 +0300 Application properties for akka moved into application.conf. --- nlpcraft/src/main/resources/{reference.conf => application.conf} | 1 + 1 file changed, 1 insertion(+) diff --git a/nlpcraft/src/main/resources/reference.conf b/nlpcraft/src/main/resources/application.conf similarity index 90% rename from nlpcraft/src/main/resources/reference.conf rename to nlpcraft/src/main/resources/application.conf index d351b9b..60e3867 100644 --- a/nlpcraft/src/main/resources/reference.conf +++ b/nlpcraft/src/main/resources/application.conf @@ -15,6 +15,7 @@ # limitations under the License. # +# Make your edits/overrides in your application.conf. # Request timeout properties. # Important for '/ask/sync' and '/model/sugsyn' requests. akka.http.server.request-timeout = 600s
