We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--- a/include/ejudge/prepare_dflt.h +++ b/include/ejudge/prepare_dflt.h @@ -122,7 +122,7 @@ #define DFLT_G_DISABLE_TEAM_CLARS 0 #define DFLT_G_IGNORE_COMPILE_ERRORS 0 #define DFLT_G_DISABLE_FAILED_TEST_VIEW 0 -#define DFLT_G_IGNORE_DUPLICATED_RUNS 1 +#define DFLT_G_IGNORE_DUPLICATED_RUNS 0 #define DFLT_G_SHOW_DEADLINE 0 #define DFLT_G_ENABLE_PRINTING 0 #define DFLT_G_DISABLE_BANNER_PAGE 0
--- a/serve_2.c +++ b/serve_2.c @@ -429,6 +429,7 @@ serve_remove_status_file(serve_state_t state) int serve_check_user_quota(serve_state_t state, int user_id, size_t size) {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
--- a/include/ejudge/prepare_dflt.h
+++ b/include/ejudge/prepare_dflt.h
@@ -122,7 +122,7 @@
#define DFLT_G_DISABLE_TEAM_CLARS 0
#define DFLT_G_IGNORE_COMPILE_ERRORS 0
#define DFLT_G_DISABLE_FAILED_TEST_VIEW 0
-#define DFLT_G_IGNORE_DUPLICATED_RUNS 1
+#define DFLT_G_IGNORE_DUPLICATED_RUNS 0
#define DFLT_G_SHOW_DEADLINE 0
#define DFLT_G_ENABLE_PRINTING 0
#define DFLT_G_DISABLE_BANNER_PAGE 0
--- a/serve_2.c
+++ b/serve_2.c
@@ -429,6 +429,7 @@ serve_remove_status_file(serve_state_t state)
int
serve_check_user_quota(serve_state_t state, int user_id, size_t size)
{
int num;
size_t total;
The text was updated successfully, but these errors were encountered: