Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5] Review processes #268

Open
JaRutkowski opened this issue Dec 21, 2020 · 0 comments
Open

[5] Review processes #268

JaRutkowski opened this issue Dec 21, 2020 · 0 comments
Labels
enhancement New feature or request refactoring Refactoring of the class, method etc. technology Technology
Projects

Comments

@JaRutkowski
Copy link
Owner

Review processes like 'fetching cities'.

After #267, f.eg. 'fetching cities' is performed in the new thread. The simple solution was performed to increase performance.
elibrary-core/source/src/controller/utils/com/javafee/elibrary/core/process/ws/FetchCitiesWithElibraryRestApiWS.java

	@Override
	public void execute() {
		//initializeCitiesWithElibraryRestApi();
		//TODO Optimize
		Thread t = new Thread(this);
		t.start();
	}
@JaRutkowski JaRutkowski added enhancement New feature or request technology Technology refactoring Refactoring of the class, method etc. labels Dec 21, 2020
@JaRutkowski JaRutkowski added this to Enhancement high priority in Backlog Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Refactoring of the class, method etc. technology Technology
Projects
Backlog
Enhancement high priority
Development

No branches or pull requests

1 participant