From 9cee2a2abf0b5f5935b23f67f27c98b7262757ee Mon Sep 17 00:00:00 2001 From: Syd Amir Date: Mon, 17 Jun 2024 16:04:02 +0330 Subject: [PATCH 1/2] :memo: update readme --- README.md | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 1d8ec4e..b5001ba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Even though _**NoSQL**_ is very fast, its complexities are very troublesome for large-scale projects. On the other hand, _**GraphQL**_ shines in client-server connectivity but it has several weaknesses and is somewhat complex, adding another layer of complexity to the project. That’s why we created **LESAN**. -[This video](https://youtu.be/FzMNIGanXSQ) is an introductory tutorial on **Lesan** framework in Farsi language. +This video is an introductory tutorial on **Lesan** framework in Farsi language. # Benchmarks @@ -298,37 +298,6 @@ We handle all relationships between the data and `embed` everything. You can als # Many thanks to those who supported us - - - - @@ -338,6 +307,7 @@ We handle all relationships between the data and `embed` everything. You can als + From 41589fcbd9ccbc964235d9bfa3e60a66cb52b3cf Mon Sep 17 00:00:00 2001 From: Syd Amir Date: Mon, 17 Jun 2024 16:06:52 +0330 Subject: [PATCH 2/2] :construction_worker: add keep alive to genrate doc api header --- src/types/mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/mod.ts b/src/types/mod.ts index 74938b1..c1aa3ed 100644 --- a/src/types/mod.ts +++ b/src/types/mod.ts @@ -123,6 +123,7 @@ export const lesanApi = ( headers: { ...getSetting().headers, ...additionalHeaders, + connection: "keep-alive", }, body: JSON.stringify(body), });
ali davodi
ali davodi
sorena ganji
sorena ganji
Node Master
Node Master
Alireza Safaierad
Alireza Safaierad
Erfan Asadi
Erfan Asadi