Reduce timing for quicker responces

This commit is contained in:
James
2022-02-06 18:07:20 -08:00
parent 44ec02c0af
commit a24c8c73b2
8 changed files with 12 additions and 13 deletions

View File

@ -134,7 +134,7 @@
<addClasspath>true</addClasspath>
<!-- Specifies that all dependencies of our application are found -->
<!-- Configures the main class of the application -->
<mainClass>com.jamesquinley.startup</mainClass>
<mainClass>com.jamesquinley.init</mainClass>
</manifest>
</archive>
</configuration>