-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RD-15710: Store the table definitions so that they are reused when ta…
…bleDefinitions is called again (#37) This upgrade of das-server permit to cache a DAS instance and reuse it when recreating the same DAS. The code change is to store table definitions once for all in a variable, so that if the same instance is reused, it can immediately return its table definitions.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters